Index: cc/trees/single_thread_proxy.h |
diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h |
index 95d9d6fbdae3782a429ce0a4e072aeed78378404..913d1ce64565bc48eb60acb005cbe95ea21a5092 100644 |
--- a/cc/trees/single_thread_proxy.h |
+++ b/cc/trees/single_thread_proxy.h |
@@ -38,7 +38,7 @@ |
void FinishAllRendering() override; |
bool IsStarted() const override; |
bool CommitToActiveTree() const override; |
- void SetOutputSurface(OutputSurface* output_surface) override; |
+ void SetOutputSurface(scoped_ptr<OutputSurface>) override; |
void SetLayerTreeHostClientReady() override; |
void SetVisible(bool visible) override; |
void SetThrottleFrameProduction(bool throttle) override; |