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

Unified Diff: cc/test/fake_compositor_frame_sink_support_client.cc

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.cc
diff --git a/cc/test/fake_compositor_frame_sink_support_client.cc b/cc/test/fake_compositor_frame_sink_support_client.cc
index ab502e84ae2e745862f9a56bb10da26ed6313328..bbce48c5fcaeaad1bf51bef45c387b4036f6a691 100644
--- a/cc/test/fake_compositor_frame_sink_support_client.cc
+++ b/cc/test/fake_compositor_frame_sink_support_client.cc
@@ -33,4 +33,8 @@ void FakeCompositorFrameSinkSupportClient::WillDrawSurface(
last_damage_rect_ = damage_rect;
}
+void FakeCompositorFrameSinkSupportClient::DidRejectCompositorFrame() {
+ NOTREACHED();
+}
+
}; // namespace cc

Powered by Google App Engine
This is Rietveld 408576698