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

Unified Diff: cc/layers/draw_properties.h

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 | « no previous file | cc/layers/draw_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/draw_properties.h
diff --git a/cc/layers/draw_properties.h b/cc/layers/draw_properties.h
index 2f3ce5d50121afa99b2c04c801a94e89a4ccf490..127bb3d540cd7f9f55e6f85cdf0f7da4b94a02f0 100644
--- a/cc/layers/draw_properties.h
+++ b/cc/layers/draw_properties.h
@@ -14,7 +14,7 @@
#include "ui/gfx/transform.h"
namespace cc {
-class LayerImpl;
+class RenderSurfaceImpl;
// Container for properties that layers need to compute before they can be
// drawn.
@@ -49,11 +49,6 @@ struct CC_EXPORT DrawProperties {
// True if the layer needs to be clipped by clip_rect.
bool is_clipped;
- // The layer whose coordinate space this layer draws into. This can be
- // either the same layer (draw_properties_.render_target == this) or an
- // ancestor of this layer.
- LayerImpl* render_target;
-
// This rect is a bounding box around what part of the layer is visible, in
// the layer's coordinate space.
gfx::Rect visible_layer_rect;
« no previous file with comments | « no previous file | cc/layers/draw_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698