| Index: third_party/WebKit/Source/core/layout/LayoutThemeAndroid.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeAndroid.h b/third_party/WebKit/Source/core/layout/LayoutThemeAndroid.h
|
| index 45daca55c5bcc3a3b72ccdcc4ec39609107b6b07..1780c3b36b092eb98f2422ea2f324145321b75a4 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutThemeAndroid.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutThemeAndroid.h
|
| @@ -12,6 +12,7 @@ namespace blink {
|
| class LayoutThemeAndroid final : public LayoutThemeMobile {
|
| public:
|
| static PassRefPtr<LayoutTheme> create();
|
| + bool delegatesMenuListRendering() const override { return true; }
|
|
|
| private:
|
| ~LayoutThemeAndroid() override;
|
|
|