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

Unified Diff: Source/core/css/CSSFontSelector.h

Issue 892083003: Revert Implement <select> Popup Menu using PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « ManualTests/forms/list-picker.html ('k') | Source/core/dom/StyleEngine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSFontSelector.h
diff --git a/Source/core/css/CSSFontSelector.h b/Source/core/css/CSSFontSelector.h
index 791fb0c48edcfe14ee062934e166f04300234db8..1b371bdd7b665c18fd691de8da9bef20e0cf0a27 100644
--- a/Source/core/css/CSSFontSelector.h
+++ b/Source/core/css/CSSFontSelector.h
@@ -41,7 +41,7 @@ class CSSFontSelectorClient;
class Document;
class FontDescription;
-class CSSFontSelector : public FontSelector {
+class CSSFontSelector final : public FontSelector {
public:
static PassRefPtrWillBeRawPtr<CSSFontSelector> create(Document* document)
{
@@ -78,10 +78,8 @@ public:
virtual void trace(Visitor*) override;
-protected:
- explicit CSSFontSelector(Document*);
-
private:
+ explicit CSSFontSelector(Document*);
void dispatchInvalidationCallbacks();
« no previous file with comments | « ManualTests/forms/list-picker.html ('k') | Source/core/dom/StyleEngine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698