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

Unified Diff: ui/compositor/test/draw_waiter_for_test.cc

Issue 2444563002: cc: Remove "SwapBuffers" naming from LayerTreeHostSingleThreadClient (Closed)
Patch Set: Created 4 years, 2 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: ui/compositor/test/draw_waiter_for_test.cc
diff --git a/ui/compositor/test/draw_waiter_for_test.cc b/ui/compositor/test/draw_waiter_for_test.cc
index 92f6698bf3dfa0ed9e5ebd465a39b8ad1aea7028..cd2e5130abc9b95bef6f8b3113eb3c97a959b431 100644
--- a/ui/compositor/test/draw_waiter_for_test.cc
+++ b/ui/compositor/test/draw_waiter_for_test.cc
@@ -54,9 +54,6 @@ void DrawWaiterForTest::OnCompositingEnded(Compositor* compositor) {
wait_run_loop_->Quit();
}
-void DrawWaiterForTest::OnCompositingAborted(Compositor* compositor) {
-}
-
void DrawWaiterForTest::OnCompositingLockStateChanged(Compositor* compositor) {}
void DrawWaiterForTest::OnCompositingShuttingDown(Compositor* compositor) {}

Powered by Google App Engine
This is Rietveld 408576698