| Index: third_party/WebKit/Source/core/layout/LayoutThemeMobile.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMobile.h b/third_party/WebKit/Source/core/layout/LayoutThemeMobile.h
|
| index 2c826e4a4af8aa4ea59ff2a0bff878fa3713f0ca..be75679f84cd965d9f020a2af04c641cd4da3cbf 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeMobile.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeMobile.h
|
| @@ -51,6 +51,7 @@ public:
|
|
|
| protected:
|
| ~LayoutThemeMobile() override;
|
| + bool shouldUseFallbackTheme(const ComputedStyle&) const override;
|
|
|
| private:
|
| static const RGBA32 defaultTapHighlightColor = 0x6633b5e5;
|
|
|