| Index: Source/core/rendering/RenderThemeChromiumDefault.h
|
| diff --git a/Source/core/rendering/RenderThemeChromiumDefault.h b/Source/core/rendering/RenderThemeChromiumDefault.h
|
| index 25423ed28f460e81abf27f9430d0a60f8babe475..bba1aa52d5e2cf090def54b1bb44683c2e83011b 100644
|
| --- a/Source/core/rendering/RenderThemeChromiumDefault.h
|
| +++ b/Source/core/rendering/RenderThemeChromiumDefault.h
|
| @@ -43,6 +43,8 @@ public:
|
| // A method asking if the control changes its tint when the window has focus or not.
|
| virtual bool controlSupportsTints(const RenderObject*) const;
|
|
|
| + virtual bool supportsFocusRing(const RenderStyle*) const OVERRIDE;
|
| +
|
| // List Box selection color
|
| virtual Color activeListBoxSelectionBackgroundColor() const;
|
| virtual Color activeListBoxSelectionForegroundColor() const;
|
| @@ -87,6 +89,7 @@ public:
|
| protected:
|
| RenderThemeChromiumDefault();
|
| virtual ~RenderThemeChromiumDefault();
|
| + virtual bool shouldUseFallbackTheme(RenderStyle*) const OVERRIDE;
|
|
|
| private:
|
| // A general method asking if any control tinting is supported at all.
|
|
|