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

Unified Diff: cc/surfaces/compositor_frame_sink_support_unittest.cc

Issue 2854163003: [cc] Plumb BeginFrameAcks through SurfaceManager to DisplayScheduler. (Closed)
Patch Set: Track state per surface. 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/surfaces/compositor_frame_sink_support_unittest.cc
diff --git a/cc/surfaces/compositor_frame_sink_support_unittest.cc b/cc/surfaces/compositor_frame_sink_support_unittest.cc
index fe1156e9e27ce4f125435585e7805c09edb31d0a..64b0155957a1abcb561d47938f010be306cbe81a 100644
--- a/cc/surfaces/compositor_frame_sink_support_unittest.cc
+++ b/cc/surfaces/compositor_frame_sink_support_unittest.cc
@@ -123,6 +123,7 @@ class CompositorFrameSinkSupportTest : public testing::Test,
void OnSurfaceDamaged(const SurfaceId& id, bool* changed) override {
*changed = true;
}
+ void OnSurfaceProducerStateChanged(const SurfaceId& surface_id) override {}
void SubmitCompositorFrameWithResources(ResourceId* resource_ids,
size_t num_resource_ids) {

Powered by Google App Engine
This is Rietveld 408576698