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

Unified Diff: cc/trees/draw_property_utils.h

Issue 1248433007: Draw Transform of Render Surface From Property Trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments on patch 2 Created 5 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/layers/render_surface_impl.cc ('k') | cc/trees/draw_property_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/draw_property_utils.h
diff --git a/cc/trees/draw_property_utils.h b/cc/trees/draw_property_utils.h
index 952bef1a691cd3648693eefc334075fb4d338391..de1804b640f114662fb1acddfdee9d09f307a41f 100644
--- a/cc/trees/draw_property_utils.h
+++ b/cc/trees/draw_property_utils.h
@@ -18,6 +18,7 @@ namespace cc {
class ClipTree;
class Layer;
class LayerImpl;
+class RenderSurfaceImpl;
class OpacityTree;
class TransformTree;
class PropertyTrees;
@@ -76,6 +77,10 @@ ComputeVisibleRectsUsingPropertyTrees(LayerImpl* root_layer,
gfx::Transform CC_EXPORT
DrawTransformFromPropertyTrees(const Layer* layer, const TransformTree& tree);
+gfx::Transform CC_EXPORT DrawTransformOfRenderSurfaceFromPropertyTrees(
+ const RenderSurfaceImpl* render_Surface,
+ const TransformTree& tree);
+
gfx::Transform CC_EXPORT
DrawTransformFromPropertyTrees(const LayerImpl* layer,
const TransformTree& tree);
« no previous file with comments | « cc/layers/render_surface_impl.cc ('k') | cc/trees/draw_property_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698