Chromium Code Reviews

Unified Diff: Source/WebCore/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp

Issue 12425009: Merge 144688 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp
===================================================================
--- Source/WebCore/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp (revision 144951)
+++ Source/WebCore/platform/graphics/chromium/OpaqueRectTrackingContentLayerDelegate.cpp (working copy)
@@ -57,6 +57,7 @@
platformContext.setHintingScaleFactor(canvas->getTotalMatrix().getScaleX());
#endif
platformContext.setTrackOpaqueRegion(!m_opaque);
+ platformContext.setDrawingToImageBuffer(!m_opaque);
GraphicsContext context(&platformContext);
context.setShouldSmoothFonts(canPaintLCDText && m_opaque);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine