| Index: third_party/WebKit/WebCore/platform/gtk/ScrollbarGtk.h
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/platform/gtk/ScrollbarGtk.h (revision 11154)
|
| +++ third_party/WebKit/WebCore/platform/gtk/ScrollbarGtk.h (working copy)
|
| @@ -38,6 +38,7 @@
|
| friend class Scrollbar;
|
|
|
| virtual void setFrameRect(const IntRect&);
|
| + virtual void paint(GraphicsContext*, const IntRect&);
|
|
|
| virtual bool handleMouseMoveEvent(const PlatformMouseEvent&) { return false; }
|
| virtual bool handleMouseOutEvent(const PlatformMouseEvent&) { return false; }
|
|
|