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

Unified Diff: cc/layers/layer_impl_test_properties.h

Issue 2254543004: cc : Delete LayerImpl::transform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use test properties transform Created 4 years, 4 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/layers/layer_impl.cc ('k') | cc/layers/layer_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl_test_properties.h
diff --git a/cc/layers/layer_impl_test_properties.h b/cc/layers/layer_impl_test_properties.h
index 20cab9d2aa2cec027f2d2400ffcdc1f735c251f6..c05a84a3dcc553c1289f709c96939319f36a77f2 100644
--- a/cc/layers/layer_impl_test_properties.h
+++ b/cc/layers/layer_impl_test_properties.h
@@ -14,6 +14,7 @@
#include "cc/output/filter_operations.h"
#include "third_party/skia/include/core/SkXfermode.h"
#include "ui/gfx/geometry/point3_f.h"
+#include "ui/gfx/transform.h"
namespace cc {
@@ -44,6 +45,7 @@ struct CC_EXPORT LayerImplTestProperties {
SkXfermode::Mode blend_mode;
LayerPositionConstraint position_constraint;
gfx::Point3F transform_origin;
+ gfx::Transform transform;
LayerImpl* scroll_parent;
std::unique_ptr<std::set<LayerImpl*>> scroll_children;
LayerImpl* clip_parent;
« no previous file with comments | « cc/layers/layer_impl.cc ('k') | cc/layers/layer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698