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

Unified Diff: Source/core/rendering/style/StyleRareNonInheritedData.h

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/core/rendering/style/StyleRareNonInheritedData.h
diff --git a/Source/core/rendering/style/StyleRareNonInheritedData.h b/Source/core/rendering/style/StyleRareNonInheritedData.h
index 5b1f1ffef9e824d58ebd4d888067559a555d9034..e856cba021f09c99ea70cb08349637181179748b 100644
--- a/Source/core/rendering/style/StyleRareNonInheritedData.h
+++ b/Source/core/rendering/style/StyleRareNonInheritedData.h
@@ -196,7 +196,7 @@ public:
// value (that can only be specified using CSSOM scroll APIs) so 2 bits are needed.
unsigned m_scrollBehavior: 2;
- unsigned m_scrollBlocksOn: 3;
+ unsigned m_scrollBlocksOn: 3; // WebScrollBlocksOn
// Plugins require accelerated compositing for reasons external to blink.
// In which case, we need to update the RenderStyle on the RenderEmbeddedObject,

Powered by Google App Engine
This is Rietveld 408576698