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

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

Issue 2289213002: Implement Middle Click Autoscroll on all platforms not just Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update a test 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
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 0aa1c75137c649ae2d62eeb43c85cfc988036578..a679523438c995532e763929a57c79b019b0573c 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -92,6 +92,7 @@ public:
BLINK_EXPORT static void enableOverlayScrollbars(bool);
BLINK_EXPORT static void enableHideScrollbars(bool);
BLINK_EXPORT static void enablePagePopup(bool);
+ BLINK_EXPORT static void enablePanScrolling(bool);
BLINK_EXPORT static void enableParseHTMLOnMainThread(bool);
BLINK_EXPORT static void enablePassiveDocumentEventListeners(bool);
BLINK_EXPORT static void enablePassiveEventListenersDueToFling(bool);

Powered by Google App Engine
This is Rietveld 408576698