Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« 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
This is Rietveld 408576698