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

Unified Diff: cc/test/layer_tree_host_common_test.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: cc/test/layer_tree_host_common_test.cc
diff --git a/cc/test/layer_tree_host_common_test.cc b/cc/test/layer_tree_host_common_test.cc
index cbad7e897b476914a4d2e6603865812aa52c78b2..0a8bb50a2ded22d2866df1f6a624e70bf5881d9c 100644
--- a/cc/test/layer_tree_host_common_test.cc
+++ b/cc/test/layer_tree_host_common_test.cc
@@ -17,8 +17,6 @@ LayerTreeHostCommonTestBase::LayerTreeHostCommonTestBase(
const LayerTreeSettings& settings)
: LayerTestCommon::LayerImplTest(settings),
render_surface_layer_list_count_(0) {
- layer_settings_.use_compositor_animation_timelines =
- settings.use_compositor_animation_timelines;
}
LayerTreeHostCommonTestBase::~LayerTreeHostCommonTestBase() {
@@ -230,9 +228,7 @@ bool LayerTreeHostCommonTestBase::UpdateLayerListContains(int id) const {
class LayerTreeSettingsForCommonTest : public LayerTreeSettings {
public:
- LayerTreeSettingsForCommonTest() {
- use_compositor_animation_timelines = true;
- }
+ LayerTreeSettingsForCommonTest() {}
ajuma 2016/03/11 00:40:54 This class can be deleted too.
loyso (OOO) 2016/03/11 03:26:57 Done.
};
LayerTreeHostCommonTest::LayerTreeHostCommonTest()

Powered by Google App Engine
This is Rietveld 408576698