| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| index b013012cd244501a27d0fe33abe36975c173ee36..67b3eac6a80a41cc8e62b73603ad1e2d05955d3e 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| @@ -77,7 +77,7 @@ class PLATFORM_EXPORT ScrollbarThemeClient {
|
| virtual ScrollbarPart hoveredPart() const = 0;
|
|
|
| virtual void styleChanged() = 0;
|
| - virtual void visibilityChanged() = 0;
|
| + virtual void setScrollbarsHidden(bool) = 0;
|
|
|
| virtual bool enabled() const = 0;
|
| virtual void setEnabled(bool) = 0;
|
|
|