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

Unified Diff: cc/layer_impl.h

Issue 11731002: Implement a method to access the non-composited content root layer picture pile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes. Created 7 years, 12 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/layer_impl.cc » ('j') | cc/layer_tree_host_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_impl.h
diff --git a/cc/layer_impl.h b/cc/layer_impl.h
index 4b98f762668e94371f949c02e1b3e1d6d2b8b5e6..6fed9950fd85d188c453b6fb8dccd750c6c0e72e 100644
--- a/cc/layer_impl.h
+++ b/cc/layer_impl.h
@@ -36,6 +36,7 @@ namespace cc {
class LayerTreeHostImpl;
class LayerTreeImpl;
+class PicturePileImpl;
class QuadSink;
class Renderer;
class ScrollbarAnimationController;
@@ -281,6 +282,8 @@ public:
gfx::Rect layerRectToContentRect(const gfx::RectF& layerRect) const;
+ virtual scoped_refptr<PicturePileImpl> GetPicturePileClone() const;
+
protected:
LayerImpl(LayerTreeImpl* layerImpl, int);
« no previous file with comments | « no previous file | cc/layer_impl.cc » ('j') | cc/layer_tree_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698