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

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

Issue 1749573002: CC Animation: Erase old animation system in UI Compositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eraseblink
Patch Set: Exclude histograms.xml Created 4 years, 10 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
« no previous file with comments | « ui/compositor/test/in_process_context_factory.cc ('k') | ui/compositor/test/test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « ui/compositor/test/in_process_context_factory.cc ('k') | ui/compositor/test/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698