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

Unified Diff: cc/layer_tree_host.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: resubmitting, empty files in the review. 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 | « cc/layer.cc ('k') | cc/layer_tree_host.cc » ('j') | cc/layer_tree_host.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_host.h
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h
index 95766e342c4fb8b72c3ae916122a6da4e712e756..0557aa19196ccd7fb372a6992a9df8f76d7823cc 100644
--- a/cc/layer_tree_host.h
+++ b/cc/layer_tree_host.h
@@ -45,6 +45,7 @@ class AnimationRegistrar;
class Layer;
class LayerTreeHostImpl;
class LayerTreeHostImplClient;
+class PicturePileImpl;
class PrioritizedResourceManager;
class ResourceUpdateQueue;
class HeadsUpDisplayLayer;
@@ -201,6 +202,9 @@ public:
AnimationRegistrar* animationRegistrar() const { return m_animationRegistrar.get(); }
+ Layer* getNonCompositedContentRootLayer() const;
+ scoped_refptr<PicturePileImpl> capturePicturePile(const Layer* layer);
enne (OOO) 2013/01/02 19:35:22 I'd really prefer if this API was just capturePict
Leandro GraciĆ” Gil 2013/01/03 20:32:10 Done.
+
protected:
LayerTreeHost(LayerTreeHostClient*, const LayerTreeSettings&);
bool initialize(scoped_ptr<Thread> implThread);
« no previous file with comments | « cc/layer.cc ('k') | cc/layer_tree_host.cc » ('j') | cc/layer_tree_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698