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

Unified Diff: cc/trees/property_tree.h

Issue 2099743002: cc: Move background filters to the effect tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ' Created 4 years, 6 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/trees/occlusion_tracker_unittest.cc ('k') | cc/trees/property_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/property_tree.h
diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
index 414c81419148f7e754be4f5b56e7ad1ba282d611..71eae3c352fdd03653bae5bfbcecab0fd80c2635 100644
--- a/cc/trees/property_tree.h
+++ b/cc/trees/property_tree.h
@@ -13,6 +13,7 @@
#include "cc/base/cc_export.h"
#include "cc/base/synced_property.h"
+#include "cc/output/filter_operations.h"
#include "ui/gfx/geometry/rect_f.h"
#include "ui/gfx/geometry/scroll_offset.h"
#include "ui/gfx/transform.h"
@@ -287,10 +288,11 @@ struct CC_EXPORT EffectNodeData {
float opacity;
float screen_space_opacity;
+ FilterOperations background_filters;
+
bool has_render_surface;
RenderSurfaceImpl* render_surface;
bool has_copy_request;
- bool has_background_filters;
bool hidden_by_backface_visibility;
bool double_sided;
bool is_drawn;
« no previous file with comments | « cc/trees/occlusion_tracker_unittest.cc ('k') | cc/trees/property_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698