https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c0500f52f22bf97c83d9c60161c8b2cfa7016b88 authored by Ryan VanderMeulen on 27 February 2015, 18:00:36 UTC
Backed out changeset 5fb28d06581c (bug 1136855) for landing on the wrong branch.
Tip revision: c0500f5
cairo-qt-compile.patch
# HG changeset patch
# Parent 2563fa2763b0ea83394e785340afa4c564ceab57
diff -r 2563fa2763b0 -r 9ab15e95a354 gfx/cairo/cairo/src/cairo-qt-surface.cpp
--- a/gfx/cairo/cairo/src/cairo-qt-surface.cpp	Thu Apr 29 06:55:11 2010 +0300
+++ b/gfx/cairo/cairo/src/cairo-qt-surface.cpp	Thu Apr 29 06:55:51 2010 +0300
@@ -204,6 +204,7 @@
     case CAIRO_OPERATOR_HSL_LUMINOSITY:
 	ASSERT_NOT_REACHED;
     }
+    return QPainter::CompositionMode_Source;
 }
 
 static bool
@@ -668,7 +669,6 @@
 static cairo_status_t
 _cairo_qt_surface_clone_similar (void *abstract_surface,
 				 cairo_surface_t *src,
-				 cairo_content_t  content,
 				 int              src_x,
 				 int              src_y,
 				 int              width,
back to top