| 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 f208a5ea9fd37e916b115987dfdd80db9b1c005c..805cad93393c8eb7b23eb0cf6de87b16d1d2351a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.h
|
| @@ -240,6 +240,7 @@ public:
|
|
|
| // cc::LayerClient implementation.
|
| std::unique_ptr<base::trace_event::ConvertableToTraceFormat> TakeDebugInfo(cc::Layer*) override;
|
| + void didUpdateMainThreadScrollingReasons() override;
|
|
|
| PaintController& getPaintController();
|
|
|
|
|