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

Unified Diff: cc/surfaces/surface_synchronization_unittest.cc

Issue 2854163003: [cc] Plumb BeginFrameAcks through SurfaceManager to DisplayScheduler. (Closed)
Patch Set: track state in DisplayScheduler rather than 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..f470c0810c6fdbb47f21f2159a183477719a11cc 100644
--- a/cc/surfaces/surface_synchronization_unittest.cc
+++ b/cc/surfaces/surface_synchronization_unittest.cc
@@ -151,7 +151,6 @@ class SurfaceSynchronizationTest : public testing::Test,
}
// SurfaceObserver implementation:
- void OnSurfaceCreated(const SurfaceInfo& surface_info) override {}
void OnSurfaceDamaged(const SurfaceId& surface_id, bool* changed) override {
damaged_surfaces_.insert(surface_id);
}

Powered by Google App Engine
This is Rietveld 408576698