| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index 566e9f625680209b9268519ef061f37935038bbe..7c7e4e32562c1899c69a438587c10cc6aaeafea6 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -374,9 +374,6 @@ class COMPOSITOR_EXPORT Layer
|
| cc::Layer* layer) override;
|
| void didUpdateMainThreadScrollingReasons() override;
|
|
|
| - // Whether this layer has animations waiting to get sent to its cc::Layer.
|
| - bool HasPendingThreadedAnimationsForTesting() const;
|
| -
|
| // Triggers a call to SwitchToLayer.
|
| void SwitchCCLayerForTest();
|
|
|
|
|