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

Unified Diff: Source/web/PopupMenuImpl.cpp

Issue 1230533002: Fix virtual/override/final usage in Source/web/. (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/web/PopupMenuImpl.h ('k') | Source/web/RemoteFrameClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PopupMenuImpl.cpp
diff --git a/Source/web/PopupMenuImpl.cpp b/Source/web/PopupMenuImpl.cpp
index e5e7dc5dbf42fbafe25f572ea865b0f7c2e4ad74..358df76588bd6ff73dcbb036f0ee9e0b95f05d86 100644
--- a/Source/web/PopupMenuImpl.cpp
+++ b/Source/web/PopupMenuImpl.cpp
@@ -40,14 +40,14 @@ public:
// We don't override willUseFontData() for now because the old PopupListBox
// only worked with fonts loaded when opening the popup.
- virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString&) override;
+ PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString&) override;
DECLARE_VIRTUAL_TRACE();
private:
PopupMenuCSSFontSelector(Document*, CSSFontSelector*);
- virtual void fontsNeedUpdate(CSSFontSelector*) override;
+ void fontsNeedUpdate(CSSFontSelector*) override;
RefPtrWillBeMember<CSSFontSelector> m_ownerFontSelector;
};
« no previous file with comments | « Source/web/PopupMenuImpl.h ('k') | Source/web/RemoteFrameClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698