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

Unified Diff: cc/surfaces/surface_synchronization_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/surface_synchronization_unittest.cc
diff --git a/cc/surfaces/surface_synchronization_unittest.cc b/cc/surfaces/surface_synchronization_unittest.cc
index 473e5876f2e33d76de3f09df814f448b58f41fe1..606eb0cc0fc41007aec7839a85964a86afb76cc5 100644
--- a/cc/surfaces/surface_synchronization_unittest.cc
+++ b/cc/surfaces/surface_synchronization_unittest.cc
@@ -155,6 +155,7 @@ class SurfaceSynchronizationTest : public testing::Test,
void OnSurfaceDamaged(const SurfaceId& surface_id, bool* changed) override {
damaged_surfaces_.insert(surface_id);
}
+ void OnSurfaceProducerStateChanged(const SurfaceId& surface_id) override {}
protected:
testing::NiceMock<MockCompositorFrameSinkSupportClient> support_client_;

Powered by Google App Engine
This is Rietveld 408576698