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

Unified Diff: Source/core/html/shadow/MeterShadowElement.h

Issue 131793003: Update remaining HTML classes to use OVERRIDE / FINAL when needed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove useless FINAL Created 6 years, 11 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: Source/core/html/shadow/MeterShadowElement.h
diff --git a/Source/core/html/shadow/MeterShadowElement.h b/Source/core/html/shadow/MeterShadowElement.h
index 60f98dfa7c000712598f5363e4d1c074a7f3f8f3..d065678de28027d5bb2e8f8558e7f745c4aeb4da 100644
--- a/Source/core/html/shadow/MeterShadowElement.h
+++ b/Source/core/html/shadow/MeterShadowElement.h
@@ -45,7 +45,7 @@ protected:
HTMLMeterElement* meterElement() const;
private:
- virtual bool rendererIsNeeded(const RenderStyle&);
+ virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
};
class MeterInnerElement FINAL : public MeterShadowElement {
« no previous file with comments | « Source/core/html/shadow/MediaControlsChromiumAndroid.h ('k') | Source/core/html/shadow/ProgressShadowElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698