Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index 9b68f1b3ca386a0a780af2f68f39f0dc5cb98d70..a3ba444bc1d2a6de40967bd2c00c9917400e4902 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -292,6 +292,8 @@ class CC_EXPORT LayerTreeImpl { |
void RegisterPictureLayerImpl(PictureLayerImpl* layer); |
void UnregisterPictureLayerImpl(PictureLayerImpl* layer); |
+ BlockingTaskRunner* BlockingMainThreadTaskRunner() const; |
danakj
2014/09/03 19:47:42
Move this up to the "Methods called by the layer t
Sami
2014/09/04 09:30:47
Done.
|
+ |
protected: |
explicit LayerTreeImpl(LayerTreeHostImpl* layer_tree_host_impl); |
void ReleaseResourcesRecursive(LayerImpl* current); |