Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: cc/test/mock_compositor_frame_sink_support_client.h

Issue 2848223003: Enforce constant size and device scale factor for surfaces (Closed)
Patch Set: Notify CFSSClient when a frame is rejected Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698