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

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

Issue 784453003: Initial scroll-blocks-on compositor integration (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Eliminate scrollbars from iframe test for cross-platform output consistency Created 5 years, 11 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
Index: Source/platform/graphics/CompositingReasons.cpp
diff --git a/Source/platform/graphics/CompositingReasons.cpp b/Source/platform/graphics/CompositingReasons.cpp
index 265e3988906951f46b25f463a56104f6f8816269..d31167768ffa6fa4e7a7ad33c82d03d6ce7b2680 100644
--- a/Source/platform/graphics/CompositingReasons.cpp
+++ b/Source/platform/graphics/CompositingReasons.cpp
@@ -55,6 +55,9 @@ const CompositingReasonStringMap kCompositingReasonStringMap[] = {
{ CompositingReasonWillChangeCompositingHint,
"willChange",
"Has a will-change compositing hint" },
+ { CompositingReasonScrollBlocksOn,
+ "scrollBlocksOn",
+ "Has a CSS scroll-blocks-on value other than none" },
{ CompositingReasonAssumedOverlap,
"assumedOverlap",
"Might overlap other composited content" },

Powered by Google App Engine
This is Rietveld 408576698