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

Unified Diff: cc/test/layer_tree_host_common_test.h

Issue 1918593002: cc : Stop pushing properties not used by LayerImpl to LayerImpl (3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « cc/test/fake_layer_tree_host_impl.cc ('k') | cc/test/layer_tree_host_common_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_host_common_test.h
diff --git a/cc/test/layer_tree_host_common_test.h b/cc/test/layer_tree_host_common_test.h
index 5c8a8e528df124e07667517219cac5db13336a74..a91dc9ba2da836c7e429f43664f3516677017ee1 100644
--- a/cc/test/layer_tree_host_common_test.h
+++ b/cc/test/layer_tree_host_common_test.h
@@ -41,12 +41,10 @@ class LayerTreeHostCommonTestBase : public LayerTestCommon::LayerImplTest {
const gfx::Transform& transform,
const gfx::PointF& position,
const gfx::Size& bounds,
- bool flatten_transform,
bool is_3d_sorted) {
layer->SetTransform(transform);
layer->SetPosition(position);
layer->SetBounds(bounds);
- layer->SetShouldFlattenTransform(flatten_transform);
layer->Set3dSortingContextId(is_3d_sorted ? 1 : 0);
}
« no previous file with comments | « cc/test/fake_layer_tree_host_impl.cc ('k') | cc/test/layer_tree_host_common_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698