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. |