Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ui / views / view.h
index e2cd1f6..1cbdbde 100644 (file)
@@ -518,7 +518,7 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
   Border* border() { return border_.get(); }
 
   // Get the theme provider from the parent widget.
-  virtual ui::ThemeProvider* GetThemeProvider() const;
+  ui::ThemeProvider* GetThemeProvider() const;
 
   // Returns the NativeTheme to use for this View. This calls through to
   // GetNativeTheme() on the Widget this View is in. If this View is not in a