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

Unified Diff: cc/trees/effect_node.h

Issue 2184773002: cc: Move blend_mode 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
« no previous file with comments | « cc/proto/property_tree.proto ('k') | cc/trees/effect_node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/effect_node.h
diff --git a/cc/trees/effect_node.h b/cc/trees/effect_node.h
index edb3a072600ab8c20051b2654f5418a0359ae571..b4f722ae50811f90d62db3791d9515e7b04f42ef 100644
--- a/cc/trees/effect_node.h
+++ b/cc/trees/effect_node.h
@@ -7,6 +7,7 @@
#include "cc/base/cc_export.h"
#include "cc/output/filter_operations.h"
+#include "third_party/skia/include/core/SkXfermode.h"
namespace base {
namespace trace_event {
@@ -36,6 +37,8 @@ struct CC_EXPORT EffectNode {
FilterOperations filters;
FilterOperations background_filters;
+ SkXfermode::Mode blend_mode;
+
gfx::Vector2dF surface_contents_scale;
bool has_render_surface;
« no previous file with comments | « cc/proto/property_tree.proto ('k') | cc/trees/effect_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698