Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(990)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutThemeMobile.h

Issue 1837963002: Use fallback in LayoutThemeMobile on mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698