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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutThemeLinux.cpp

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/layout/LayoutThemeLinux.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeLinux.cpp b/third_party/WebKit/Source/core/layout/LayoutThemeLinux.cpp
index b250d935598b4b7931c36c739387ae4f715f0186..0555d6916e6006bdadaf041e1e8d1844ed701606 100644
--- a/third_party/WebKit/Source/core/layout/LayoutThemeLinux.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeLinux.cpp
@@ -13,7 +13,7 @@ PassRefPtr<LayoutTheme> LayoutThemeLinux::create()
return adoptRef(new LayoutThemeLinux());
}
-LayoutTheme& LayoutTheme::theme()
+LayoutTheme& LayoutTheme::nativeTheme()
{
DEFINE_STATIC_REF(LayoutTheme, layoutTheme, (LayoutThemeLinux::create()));
return *layoutTheme;

Powered by Google App Engine
This is Rietveld 408576698