| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| index 1819f38e83ff424138df0140ae070af05bc05449..0fcb624b5250878b0bee7de214599d5e641000ab 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -261,6 +261,7 @@ class PLATFORM_EXPORT GraphicsLayer : public WebLayerScrollClient,
|
| std::unique_ptr<base::trace_event::ConvertableToTraceFormat> TakeDebugInfo(
|
| cc::Layer*) override;
|
| void didUpdateMainThreadScrollingReasons() override;
|
| + void didChangeScrollbarsHidden(bool);
|
|
|
| PaintController& getPaintController();
|
|
|
|
|