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

Unified Diff: third_party/WebKit/public/platform/WebRuntimeFeatures.h

Issue 2912403003: Add a feature for not compositing small scrollers (Closed)
Patch Set: Use uppercase-initial format for RuntimeEnabledFeature due to another patch that was landed earlier… Created 3 years, 6 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 | « third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/platform/WebRuntimeFeatures.h b/third_party/WebKit/public/platform/WebRuntimeFeatures.h
index db911e7dfc23b74b812151d4442803b206e00b80..dbe1476fd5d7d7c24f5c47615063dc03ad2c1fc3 100644
--- a/third_party/WebKit/public/platform/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/platform/WebRuntimeFeatures.h
@@ -118,6 +118,7 @@ class WebRuntimeFeatures {
BLINK_PLATFORM_EXPORT static void EnableServiceWorkerNavigationPreload(bool);
BLINK_PLATFORM_EXPORT static void EnableSharedArrayBuffer(bool);
BLINK_PLATFORM_EXPORT static void EnableSharedWorker(bool);
+ BLINK_PLATFORM_EXPORT static void EnableSkipCompositingSmallScrollers(bool);
BLINK_PLATFORM_EXPORT static void EnableSlimmingPaintV2(bool);
BLINK_PLATFORM_EXPORT static void EnableSlimmingPaintInvalidation(bool);
BLINK_PLATFORM_EXPORT static void EnableTouchEventFeatureDetection(bool);
« no previous file with comments | « third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698