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

Unified Diff: cc/test/fake_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/fake_compositor_frame_sink_support_client.h
diff --git a/cc/test/fake_compositor_frame_sink_support_client.h b/cc/test/fake_compositor_frame_sink_support_client.h
index 444315f816ccf2a515ffc1e18af616f9e84c62ef..04a23959995e3277d72e603100014425c6005201 100644
--- a/cc/test/fake_compositor_frame_sink_support_client.h
+++ b/cc/test/fake_compositor_frame_sink_support_client.h
@@ -24,6 +24,7 @@ class FakeCompositorFrameSinkSupportClient
void ReclaimResources(const ReturnedResourceArray& resources) override;
void WillDrawSurface(const LocalSurfaceId& local_surface_id,
const gfx::Rect& damage_rect) override;
+ void DidRejectCompositorFrame() override;
const gfx::Rect& last_damage_rect() const { return last_damage_rect_; }
const LocalSurfaceId& last_local_surface_id() const {

Powered by Google App Engine
This is Rietveld 408576698