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

Unified Diff: Source/core/layout/LayoutThemeLinux.h

Issue 1231363003: Fix virtual/override/final usage in Source/core/layout/. (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/layout/LayoutThemeDefault.h ('k') | Source/core/layout/LayoutThemeMac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutThemeLinux.h
diff --git a/Source/core/layout/LayoutThemeLinux.h b/Source/core/layout/LayoutThemeLinux.h
index a655c6b1f0d0feb8f3c771869e95f4080729cecf..390bc351148378175226fa21459230b563742c5c 100644
--- a/Source/core/layout/LayoutThemeLinux.h
+++ b/Source/core/layout/LayoutThemeLinux.h
@@ -12,7 +12,7 @@ namespace blink {
class LayoutThemeLinux final : public LayoutThemeDefault {
public:
static PassRefPtr<LayoutTheme> create();
- virtual String extraDefaultStyleSheet() override;
+ String extraDefaultStyleSheet() override;
};
} // namespace blink
« no previous file with comments | « Source/core/layout/LayoutThemeDefault.h ('k') | Source/core/layout/LayoutThemeMac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698