| Index: cc/scrollbar_geometry_fixed_thumb.h
|
| diff --git a/cc/scrollbar_geometry_fixed_thumb.h b/cc/scrollbar_geometry_fixed_thumb.h
|
| index 14803729448c3b75ec72d578eba2eaf0a50784a2..b2e967063813e1dc568ee6e50fa01ad884b3f6ee 100644
|
| --- a/cc/scrollbar_geometry_fixed_thumb.h
|
| +++ b/cc/scrollbar_geometry_fixed_thumb.h
|
| @@ -29,8 +29,9 @@ public:
|
| virtual int thumbPosition(WebKit::WebScrollbar*) OVERRIDE;
|
| virtual void splitTrack(WebKit::WebScrollbar*, const WebKit::WebRect& track, WebKit::WebRect& startTrack, WebKit::WebRect& thumb, WebKit::WebRect& endTrack) OVERRIDE;
|
|
|
| -private:
|
| +protected:
|
| explicit ScrollbarGeometryFixedThumb(scoped_ptr<WebKit::WebScrollbarThemeGeometry>);
|
| +private:
|
|
|
| gfx::Size m_thumbSize;
|
| };
|
|
|