| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index 8167fa7c599cbe9fef107bda6645a9c0b42cacb4..95c72a06dd0261365d4e5cac9aea96ad3fdaef4d 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -372,6 +372,7 @@ class COMPOSITOR_EXPORT Layer
|
| // LayerClient
|
| std::unique_ptr<base::trace_event::ConvertableToTraceFormat> TakeDebugInfo(
|
| cc::Layer* layer) override;
|
| + void didUpdateMainThreadScrollingReasons() override;
|
|
|
| // Whether this layer has animations waiting to get sent to its cc::Layer.
|
| bool HasPendingThreadedAnimationsForTesting() const;
|
|
|