| Index: Source/core/rendering/RenderThemeChromiumSkia.h
|
| diff --git a/Source/core/rendering/RenderThemeChromiumSkia.h b/Source/core/rendering/RenderThemeChromiumSkia.h
|
| index aba7db63b01d7815e69acb9bacecde76eb3db614..0adbbcc14050d1bd1bd69553210fc98ec5a6da46 100644
|
| --- a/Source/core/rendering/RenderThemeChromiumSkia.h
|
| +++ b/Source/core/rendering/RenderThemeChromiumSkia.h
|
| @@ -46,10 +46,12 @@ public:
|
| virtual String extraMediaControlsStyleSheet();
|
| #endif
|
|
|
| +#if ENABLE(TOUCH_EVENTS)
|
| virtual Color platformTapHighlightColor() const OVERRIDE
|
| {
|
| return Color(defaultTapHighlightColor);
|
| }
|
| +#endif
|
|
|
| // A method asking if the theme's controls actually care about redrawing when hovered.
|
| virtual bool supportsHover(const RenderStyle*) const;
|
|
|