Index: cc/test/mock_compositor_frame_sink_support_client.h |
diff --git a/cc/test/mock_compositor_frame_sink_support_client.h b/cc/test/mock_compositor_frame_sink_support_client.h |
index 792bb9d8706d0d1f90a4f57e130688f155b7ea75..1495a7db98ae23cae31b0495010d9a4d09113f73 100644 |
--- a/cc/test/mock_compositor_frame_sink_support_client.h |
+++ b/cc/test/mock_compositor_frame_sink_support_client.h |
@@ -23,6 +23,7 @@ class MockCompositorFrameSinkSupportClient |
MOCK_METHOD1(OnBeginFrame, void(const BeginFrameArgs&)); |
MOCK_METHOD1(ReclaimResources, void(const ReturnedResourceArray&)); |
MOCK_METHOD2(WillDrawSurface, void(const LocalSurfaceId&, const gfx::Rect&)); |
+ void DidRejectCompositorFrame() override; |
}; |
} // namespace test |