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

Unified Diff: cc/layers/layer_impl_test_properties.h

Issue 2110683004: cc: Move filters to the effect tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ' Created 4 years, 5 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_impl_test_properties.h
diff --git a/cc/layers/layer_impl_test_properties.h b/cc/layers/layer_impl_test_properties.h
index 3e97b54e1d1fb9eab1c42880c48d6ad55629ea98..5b5379de2037489e9b7597ff9778c0a630eca747 100644
--- a/cc/layers/layer_impl_test_properties.h
+++ b/cc/layers/layer_impl_test_properties.h
@@ -38,6 +38,7 @@ struct CC_EXPORT LayerImplTestProperties {
int num_descendants_that_draw_content;
size_t num_unclipped_descendants;
float opacity;
+ FilterOperations filters;
FilterOperations background_filters;
LayerPositionConstraint position_constraint;
gfx::Point3F transform_origin;

Powered by Google App Engine
This is Rietveld 408576698