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

Unified Diff: cc/test/fake_external_begin_frame_source.h

Issue 817653003: Update from https://crrev.com/309717 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « cc/test/animation_test_common.cc ('k') | cc/test/layer_test_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_external_begin_frame_source.h
diff --git a/cc/test/fake_external_begin_frame_source.h b/cc/test/fake_external_begin_frame_source.h
index 9262dd24f4bc694d38977612f17e865aefd34744..d5b14e7556d3fdb1dd4d7c126c96250019465119 100644
--- a/cc/test/fake_external_begin_frame_source.h
+++ b/cc/test/fake_external_begin_frame_source.h
@@ -15,7 +15,7 @@ class FakeExternalBeginFrameSource
public NON_EXPORTED_BASE(base::NonThreadSafe) {
public:
explicit FakeExternalBeginFrameSource(double refresh_rate);
- virtual ~FakeExternalBeginFrameSource();
+ ~FakeExternalBeginFrameSource() override;
bool is_ready() const { return is_ready_; }
« no previous file with comments | « cc/test/animation_test_common.cc ('k') | cc/test/layer_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698