Index: third_party/WebKit/Source/WebKit/chromium/public/WebScrollbar.h |
=================================================================== |
--- third_party/WebKit/Source/WebKit/chromium/public/WebScrollbar.h (revision 91997) |
+++ third_party/WebKit/Source/WebKit/chromium/public/WebScrollbar.h (working copy) |
@@ -67,6 +67,9 @@ |
// Gets the thickness of the scrollbar in pixels. |
WEBKIT_API static int defaultThickness(); |
+ // Return true if this is an overlay scrollbar. |
+ virtual bool isOverlay() = 0; |
+ |
// Sets the rectangle of the scrollbar. |
virtual void setLocation(const WebRect&) = 0; |