Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index e66a1ff92976debed7bf24ecba3b543b4e064751..1ccb984faf52792ab7f5f7a53224523d9bf5f84e 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -361,7 +361,7 @@ class CC_EXPORT LayerTreeHostImpl |
int id() const { return id_; } |
bool CanDraw() const; |
OutputSurface* output_surface() const { return output_surface_.get(); } |
- |
+ scoped_ptr<OutputSurface> ReleaseOutputSurface(); |
std::string LayerTreeAsJson() const; |
void FinishAllRendering(); |