Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1486)

Unified Diff: ui/compositor/test/test_layer_animation_delegate.cc

Issue 1783613004: CC Animation: Erase cc::LayerSettings everywhere. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eraseandroid
Patch Set: Rebase. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 bbad6f29097ff40ec11ff5a1d902feed78d16be1..518de4d6d19a8369d0383fad0a0a8e8bf5e109d9 100644
--- a/ui/compositor/test/test_layer_animation_delegate.cc
+++ b/ui/compositor/test/test_layer_animation_delegate.cc
@@ -2,7 +2,6 @@
// 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"
@@ -117,7 +116,7 @@ TestLayerAnimationDelegate::GetThreadedAnimationDelegate() {
}
void TestLayerAnimationDelegate::CreateCcLayer() {
- cc_layer_ = cc::Layer::Create(cc::LayerSettings());
+ cc_layer_ = cc::Layer::Create();
}
void TestLayerThreadedAnimationDelegate::AddThreadedAnimation(

Powered by Google App Engine
This is Rietveld 408576698