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

Unified Diff: Source/core/page/Settings.h

Issue 14858004: Clean up the way layout tests force elements to opt in/out of composited scrolling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 7 years, 7 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/page/Settings.h
diff --git a/Source/core/page/Settings.h b/Source/core/page/Settings.h
index 7ef12c80fd873454a40ddfbf68988d005cf6485d..54fecd9cbc42090647f0c35b840e66dbde0bc75c 100644
--- a/Source/core/page/Settings.h
+++ b/Source/core/page/Settings.h
@@ -56,6 +56,12 @@ enum TextDirectionSubmenuInclusionBehavior {
TextDirectionSubmenuAlwaysIncluded
};
+enum AcceleratedCompositingForOverflowScrollEnabledMode {
+ AcceleratedCompositingForOverflowScrollDisabled = 0,
+ AcceleratedCompositingForOverflowScrollEnabled = 1,
+ AcceleratedCompositingForOverflowScrollAlwaysOn = 2
+};
+
// UScriptCode uses -1 and 0 for UScriptInvalidCode and UScriptCommon.
// We need to use -2 and -3 for empty value and deleted value.
struct UScriptCodeHashTraits : WTF::GenericHashTraits<int> {

Powered by Google App Engine
This is Rietveld 408576698