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

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

Issue 2824753005: Rename HostWindow to PlatformChromeClient (Closed)
Patch Set: mac Created 3 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/LayoutTheme.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.h b/third_party/WebKit/Source/core/layout/LayoutTheme.h
index f76768d9e56b5c6e1479d2e7f33be0ce95a234a2..e87c075406884822ff905cf1e4a1c5a284397020 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTheme.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTheme.h
@@ -41,9 +41,9 @@ namespace blink {
class ComputedStyle;
class Element;
class FileList;
-class HostWindow;
class HTMLInputElement;
class LayoutObject;
+class PlatformChromeClient;
class Theme;
class ThemePainter;
@@ -172,7 +172,7 @@ class CORE_EXPORT LayoutTheme : public RefCounted<LayoutTheme> {
virtual int PopupInternalPaddingStart(const ComputedStyle&) const {
return 0;
}
- virtual int PopupInternalPaddingEnd(const HostWindow*,
+ virtual int PopupInternalPaddingEnd(const PlatformChromeClient*,
const ComputedStyle&) const {
return 0;
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutMenuList.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutThemeDefault.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698