| 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 bab7c4d71755405f87ac3d977da8538c289c2e0e..dd91cfa83d22d7641227947953c410dea33aff97 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| @@ -48,8 +48,6 @@ protected:
|
| public:
|
| virtual ~LayoutTheme() { }
|
|
|
| - // This function is to be implemented in your platform-specific theme implementation to hand back the
|
| - // appropriate platform theme.
|
| static LayoutTheme& theme();
|
|
|
| virtual ThemePainter& painter() = 0;
|
| @@ -240,6 +238,10 @@ public:
|
| static bool isReadOnlyControl(const LayoutObject&);
|
|
|
| private:
|
| + // This function is to be implemented in your platform-specific theme implementation to hand back the
|
| + // appropriate platform theme.
|
| + static LayoutTheme& nativeTheme();
|
| +
|
| Color m_customFocusRingColor;
|
| bool m_hasCustomFocusRingColor;
|
|
|
|
|