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

Unified Diff: third_party/WebKit/Source/core/paint/ThemePainterMac.h

Issue 1690493002: Switch to LayoutThemeMobile when emulating mobile device in DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Invalidate tapHighlightColor only Created 4 years, 10 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/paint/ThemePainterMac.h
diff --git a/third_party/WebKit/Source/core/paint/ThemePainterMac.h b/third_party/WebKit/Source/core/paint/ThemePainterMac.h
index 21e07fa2299f0c3dd3ddb43e91f176c710755422..aaac29fa0957a6041f016873474a645ba4725ea2 100644
--- a/third_party/WebKit/Source/core/paint/ThemePainterMac.h
+++ b/third_party/WebKit/Source/core/paint/ThemePainterMac.h
@@ -32,7 +32,7 @@ class LayoutThemeMac;
class ThemePainterMac final : public ThemePainter {
public:
- ThemePainterMac(LayoutThemeMac& layoutTheme) : m_layoutTheme(layoutTheme) { }
+ ThemePainterMac(LayoutThemeMac&, Theme*);
private:
bool paintCapsLockIndicator(const LayoutObject&, const PaintInfo&, const IntRect&) override;
« no previous file with comments | « third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp ('k') | third_party/WebKit/Source/core/paint/ThemePainterMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698