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

Unified Diff: Source/platform/graphics/CompositingReasons.cpp

Issue 1287623002: Delete blink code for scroll-blocks-on (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merge with trunk (no changes from previous patch) Created 5 years, 4 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 | « Source/platform/graphics/CompositingReasons.h ('k') | Source/platform/graphics/GraphicsLayer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/CompositingReasons.cpp
diff --git a/Source/platform/graphics/CompositingReasons.cpp b/Source/platform/graphics/CompositingReasons.cpp
index f0af43abdd74211287c70bf09200ece9ece0839c..afa94a0d0342df51e306b4792958b02c4b53e349 100644
--- a/Source/platform/graphics/CompositingReasons.cpp
+++ b/Source/platform/graphics/CompositingReasons.cpp
@@ -55,9 +55,6 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
{ CompositingReasonWillChangeCompositingHint,
"willChange",
"Has a will-change compositing hint" },
- { CompositingReasonScrollBlocksOn,
- "scrollBlocksOn",
- "Has a CSS scroll-blocks-on value other than none" },
{ CompositingReasonCompositorProxy,
"compositorProxy",
"Has a CompositorProxy object" },
« no previous file with comments | « Source/platform/graphics/CompositingReasons.h ('k') | Source/platform/graphics/GraphicsLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698