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

Unified Diff: Source/core/css/MediaQueryListTest.cpp

Issue 1226293002: Fix virtual/override/final usage in Source/core/{animation,css,style}/. (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/css/MediaQueryListEvent.h ('k') | Source/core/css/MediaValuesCached.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/MediaQueryListTest.cpp
diff --git a/Source/core/css/MediaQueryListTest.cpp b/Source/core/css/MediaQueryListTest.cpp
index 19949ec976bc675fdf556950bde1225ce29d9765..33cb50b2a82f776168934b4daed576af4e3c23ab 100644
--- a/Source/core/css/MediaQueryListTest.cpp
+++ b/Source/core/css/MediaQueryListTest.cpp
@@ -17,7 +17,7 @@ namespace {
class TestListener : public MediaQueryListListener {
public:
- virtual void notifyMediaQueryChanged() override { }
+ void notifyMediaQueryChanged() override { }
};
} // anonymous namespace
« no previous file with comments | « Source/core/css/MediaQueryListEvent.h ('k') | Source/core/css/MediaValuesCached.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698