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

Unified Diff: cc/layers/layer.h

Issue 2776473002: Build property trees for the HUD layer when using layer lists (Closed)
Patch Set: Created 3 years, 9 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/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 16ff62e7b21dba0360eb9607a4c27e53c3e44dc8..564470d503d90417e3b23e2c404ff89554c84931 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -46,6 +46,7 @@ class ConvertableToTraceFormat;
namespace cc {
class CopyOutputRequest;
+class HeadsUpDisplayLayer;
class LayerClient;
class LayerImpl;
class LayerTreeHost;
@@ -437,6 +438,8 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
LayerTreeHost* layer_tree_host() const { return layer_tree_host_; }
+ void copyPropertyTreeStateTo(HeadsUpDisplayLayer* hud_layer) const;
ajuma 2017/03/23 17:41:27 not-blink-nit: Upper-case c :) At a higher level,
+
protected:
friend class LayerImpl;
friend class TreeSynchronizer;
« no previous file with comments | « no previous file | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698