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

Unified Diff: public/platform/Platform.h

Issue 151483008: Re-add snap-back behavior (Blink side) (Closed) Base URL: svn://svn.chromium.org/blink/trunk/
Patch Set: Created 6 years, 10 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: public/platform/Platform.h
===================================================================
--- public/platform/Platform.h (revision 167616)
+++ public/platform/Platform.h (working copy)
@@ -85,6 +85,7 @@
class WebRTCPeerConnectionHandlerClient;
class WebSandboxSupport;
class WebScreenOrientationListener;
+class WebScrollbarBehavior;
class WebSocketHandle;
class WebSocketStreamHandle;
class WebSpeechSynthesizer;
@@ -401,6 +402,12 @@
virtual void screenColorProfile(WebVector<char>* profile) { }
+ // Scrollbar ----------------------------------------------------------
+
+ // Must return non-null.
+ virtual WebScrollbarBehavior* scrollbarBehavior() { return 0; }
+
+
// Sudden Termination --------------------------------------------------
// Disable/Enable sudden termination.

Powered by Google App Engine
This is Rietveld 408576698