| Index: ui/compositor/test/test_layer_animation_delegate.cc
|
| diff --git a/ui/compositor/test/test_layer_animation_delegate.cc b/ui/compositor/test/test_layer_animation_delegate.cc
|
| index 7189725c9af642fb621580295c27c55492460ccd..bbad6f29097ff40ec11ff5a1d902feed78d16be1 100644
|
| --- a/ui/compositor/test/test_layer_animation_delegate.cc
|
| +++ b/ui/compositor/test/test_layer_animation_delegate.cc
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "cc/layers/layer_settings.h"
|
| #include "ui/compositor/layer.h"
|
| #include "ui/compositor/test/test_layer_animation_delegate.h"
|
|
|
| @@ -116,7 +117,7 @@ TestLayerAnimationDelegate::GetThreadedAnimationDelegate() {
|
| }
|
|
|
| void TestLayerAnimationDelegate::CreateCcLayer() {
|
| - cc_layer_ = cc::Layer::Create(ui::Layer::UILayerSettings());
|
| + cc_layer_ = cc::Layer::Create(cc::LayerSettings());
|
| }
|
|
|
| void TestLayerThreadedAnimationDelegate::AddThreadedAnimation(
|
|
|