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

Unified Diff: GraphicsLayer.h

Issue 14333021: Merge 148856 "Disable solid background color optimization for composited layers." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1453/Source/WebCore/platform/graphics/
Patch Set: Created 7 years, 8 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 | chromium/GraphicsLayerChromium.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: GraphicsLayer.h
===================================================================
--- GraphicsLayer.h (revision 149028)
+++ GraphicsLayer.h (working copy)
@@ -424,11 +424,7 @@
static bool supportsBackgroundColorContent()
{
-#if USE(CA) || USE(TEXTURE_MAPPER) || PLATFORM(CHROMIUM)
- return true;
-#else
return false;
-#endif
}
void updateDebugIndicators();
« no previous file with comments | « no previous file | chromium/GraphicsLayerChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698