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

Unified Diff: cc/trees/effect_node.h

Issue 2148383005: cc: Use sublayer scale from effect tree (2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments 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/trees/draw_property_utils.cc ('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 1e3c73c8756b91cc4b7b1525b8a98e4530eb2812..379f98d43c1026dbcc1e7d7cf432d16808cc444f 100644
--- a/cc/trees/effect_node.h
+++ b/cc/trees/effect_node.h
@@ -35,7 +35,7 @@ struct CC_EXPORT EffectNode {
FilterOperations background_filters;
- gfx::Vector2dF sublayer_scale;
+ gfx::Vector2dF surface_contents_scale;
bool has_render_surface;
RenderSurfaceImpl* render_surface;
« no previous file with comments | « cc/trees/draw_property_utils.cc ('k') | cc/trees/effect_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698