| Index: ui/compositor/layer.cc
|
| diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
|
| index 5cf93d099cc5f2b60ffa8c116cdedce3201a26a2..7667b1efe8923fb8a311f232ceeab6e59071ba13 100644
|
| --- a/ui/compositor/layer.cc
|
| +++ b/ui/compositor/layer.cc
|
| @@ -525,10 +525,6 @@ void Layer::SwitchToLayer(scoped_refptr<cc::Layer> new_layer) {
|
| SetLayerBackgroundFilters();
|
| }
|
|
|
| -bool Layer::HasPendingThreadedAnimationsForTesting() const {
|
| - return animator_->HasPendingThreadedAnimationsForTesting();
|
| -}
|
| -
|
| void Layer::SwitchCCLayerForTest() {
|
| scoped_refptr<cc::Layer> new_layer = cc::PictureLayer::Create(this);
|
| SwitchToLayer(new_layer);
|
|
|