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

Unified Diff: Source/core/timing/Performance.h

Issue 1232333002: Fix virtual/override/final usage in the rest of Source/core/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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 | « Source/core/testing/NullExecutionContext.cpp ('k') | Source/core/timing/PerformanceBase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/Performance.h
diff --git a/Source/core/timing/Performance.h b/Source/core/timing/Performance.h
index 33f1b5aa1eba42ebc8fb1081d7e6671c4f37ce15..92c9ca177416a8cdcd2dd5a7b6bb4a18bc2bb9eb 100644
--- a/Source/core/timing/Performance.h
+++ b/Source/core/timing/Performance.h
@@ -49,9 +49,9 @@ public:
{
return new Performance(frame);
}
- virtual ~Performance();
+ ~Performance() override;
- virtual ExecutionContext* executionContext() const override;
+ ExecutionContext* executionContext() const override;
MemoryInfo* memory();
PerformanceNavigation* navigation() const;
« no previous file with comments | « Source/core/testing/NullExecutionContext.cpp ('k') | Source/core/timing/PerformanceBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698