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

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

Issue 2779753008: Make CompositorObserver’s destructor protected-and-virtual.
Patch Set: Rebase on top of recent master to remove unwanted changes. Created 3 years, 9 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
« no previous file with comments | « ui/compositor/compositor_observer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/test/draw_waiter_for_test.h
diff --git a/ui/compositor/test/draw_waiter_for_test.h b/ui/compositor/test/draw_waiter_for_test.h
index 91bb52ce74bab52ee0a00dbbcf55cd329de96d4c..173bed91bc2522bd6dd5342bf9432e617f98bb57 100644
--- a/ui/compositor/test/draw_waiter_for_test.h
+++ b/ui/compositor/test/draw_waiter_for_test.h
@@ -34,7 +34,7 @@ class DrawWaiterForTest : public CompositorObserver {
WAIT_FOR_COMPOSITING_STARTED,
};
DrawWaiterForTest(WaitEvent wait_event);
- ~DrawWaiterForTest();
+ ~DrawWaiterForTest() override;
void WaitImpl(Compositor* compositor);
« no previous file with comments | « ui/compositor/compositor_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698