Title: [105927] branches/subpixellayout/Source/WebCore/platform/graphics/qt/GraphicsContextQt.cpp
Revision
105927
Author
[email protected]
Date
2012-01-25 14:29:31 -0800 (Wed, 25 Jan 2012)

Log Message

Build fix for qt

Modified Paths


Diff

Modified: branches/subpixellayout/Source/WebCore/platform/graphics/qt/GraphicsContextQt.cpp (105926 => 105927)


--- branches/subpixellayout/Source/WebCore/platform/graphics/qt/GraphicsContextQt.cpp	2012-01-25 22:25:10 UTC (rev 105926)
+++ branches/subpixellayout/Source/WebCore/platform/graphics/qt/GraphicsContextQt.cpp	2012-01-25 22:29:31 UTC (rev 105927)
@@ -795,7 +795,7 @@
     else
         clipRect = p->transform().inverted().mapRect(p->window());
 
-    return enclosingIntRect(clipRect);
+    return enclosingIntRect(FixedRect(clipRect));
 }
 
 void GraphicsContext::clipPath(const Path& path, WindRule clipRule)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to