Index: cc/trees/threaded_channel.h |
diff --git a/cc/trees/threaded_channel.h b/cc/trees/threaded_channel.h |
index 06325efe509b8ee2cf1ba6bd40411ad8787b6547..a290a46397851f7713565f19e8bbc779849f06f8 100644 |
--- a/cc/trees/threaded_channel.h |
+++ b/cc/trees/threaded_channel.h |
@@ -117,16 +117,12 @@ class CC_EXPORT ThreadedChannel : public ChannelMain, public ChannelImpl { |
// ChannelImpl Implementation |
void DidCompleteSwapBuffers() override; |
- void SetRendererCapabilitiesMainCopy( |
- const RendererCapabilities& capabilities) override; |
void BeginMainFrameNotExpectedSoon() override; |
void DidCommitAndDrawFrame() override; |
void SetAnimationEvents(std::unique_ptr<AnimationEvents> events) override; |
void DidLoseOutputSurface() override; |
void RequestNewOutputSurface() override; |
- void DidInitializeOutputSurface( |
- bool success, |
- const RendererCapabilities& capabilities) override; |
+ void DidInitializeOutputSurface(bool success) override; |
void DidCompletePageScaleAnimation() override; |
void BeginMainFrame(std::unique_ptr<BeginMainFrameAndCommitState> |
begin_main_frame_state) override; |