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

Unified Diff: cc/layers/draw_properties.cc

Issue 1868003002: cc: Move RenderTarget Information to Effect Tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/layers/draw_properties.h ('k') | cc/layers/layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/draw_properties.cc
diff --git a/cc/layers/draw_properties.cc b/cc/layers/draw_properties.cc
index c87fece7774486a0e5a2bc4657ac9224441adbf9..909ef4798458d4c55cfbe9467b39a646a1818d83 100644
--- a/cc/layers/draw_properties.cc
+++ b/cc/layers/draw_properties.cc
@@ -11,7 +11,6 @@ DrawProperties::DrawProperties()
screen_space_transform_is_animating(false),
can_use_lcd_text(false),
is_clipped(false),
- render_target(nullptr),
num_unclipped_descendants(0),
last_drawn_render_surface_layer_list_id(0),
maximum_animation_contents_scale(0.f),
« no previous file with comments | « cc/layers/draw_properties.h ('k') | cc/layers/layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698