| Index: third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.h b/third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| index 93d5d6c0c9fadd36973288f8e56c410cc2106793..bf7e678f105103cc762740bcb25d16a22e169cf2 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| @@ -187,6 +187,8 @@ public:
|
|
|
| virtual bool shouldUseFallbackTheme(const ComputedStyle&) const;
|
|
|
| + virtual bool themeDrawsFocusRing(const ComputedStyle&) const = 0;
|
| +
|
| protected:
|
| // The platform selection color.
|
| virtual Color platformActiveSelectionBackgroundColor() const;
|
| @@ -199,8 +201,6 @@ protected:
|
| virtual Color platformActiveListBoxSelectionForegroundColor() const;
|
| virtual Color platformInactiveListBoxSelectionForegroundColor() const;
|
|
|
| - virtual bool themeDrawsFocusRing(const ComputedStyle&) const = 0;
|
| -
|
| // Methods for each appearance value.
|
| virtual void adjustCheckboxStyle(ComputedStyle&) const;
|
| virtual void setCheckboxSize(ComputedStyle&) const { }
|
|
|