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

Unified Diff: cc/layers/layer_utils_unittest.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/layers/layer_utils_unittest.cc
diff --git a/cc/layers/layer_utils_unittest.cc b/cc/layers/layer_utils_unittest.cc
index 6d16c5c960d0de5e7adf62bb0d3c97610aa33c6e..6c29d8d489a112ba6a5fd24a4e0a16e73c4d2b9e 100644
--- a/cc/layers/layer_utils_unittest.cc
+++ b/cc/layers/layer_utils_unittest.cc
@@ -27,9 +27,7 @@ float diagonal(float width, float height) {
class LayerTreeSettingsForAnimationBoundsTest : public LayerTreeSettings {
public:
- LayerTreeSettingsForAnimationBoundsTest() {
- use_compositor_animation_timelines = true;
- }
+ LayerTreeSettingsForAnimationBoundsTest() {}
ajuma 2016/03/11 00:40:54 This class doesn't do anything now, so it can be d
loyso (OOO) 2016/03/11 03:26:57 Done.
};
class LayerUtilsGetAnimationBoundsTest : public testing::Test {

Powered by Google App Engine
This is Rietveld 408576698