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

Unified Diff: cc/trees/effect_node.h

Issue 2188873002: cc: Add mask target size 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 b4f722ae50811f90d62db3791d9515e7b04f42ef..f36d8530d11056061801bbc8fb9782b2aed2efc9 100644
--- a/cc/trees/effect_node.h
+++ b/cc/trees/effect_node.h
@@ -8,6 +8,7 @@
#include "cc/base/cc_export.h"
#include "cc/output/filter_operations.h"
#include "third_party/skia/include/core/SkXfermode.h"
+#include "ui/gfx/geometry/size_f.h"
namespace base {
namespace trace_event {
@@ -41,6 +42,8 @@ struct CC_EXPORT EffectNode {
gfx::Vector2dF surface_contents_scale;
+ gfx::Size unscaled_mask_target_size;
+
bool has_render_surface;
RenderSurfaceImpl* render_surface;
bool has_copy_request;
« 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