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

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

Issue 2239313002: Hide non-composited native scrollbars. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update comment Created 4 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 | « third_party/WebKit/Source/web/WebRuntimeFeatures.cpp ('k') | ui/native_theme/native_theme_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
index c0df222e2e3dd6df9def60fab0dc70bae680209a..ebb103643dd5cca836f74740d8eb053fc153c68d 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -89,6 +89,7 @@ public:
BLINK_EXPORT static void enableNotifications(bool);
BLINK_EXPORT static void enableOrientationEvent(bool);
BLINK_EXPORT static void enableOverlayScrollbars(bool);
+ BLINK_EXPORT static void enableHideScrollbars(bool);
BLINK_EXPORT static void enablePagePopup(bool);
BLINK_EXPORT static void enableParseHTMLOnMainThread(bool);
BLINK_EXPORT static void enablePassiveDocumentEventListeners(bool);
« no previous file with comments | « third_party/WebKit/Source/web/WebRuntimeFeatures.cpp ('k') | ui/native_theme/native_theme_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698