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

Unified Diff: third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp

Issue 2721133003: Rename platform/Widget to platform/FrameViewBase in platform. (Closed)
Patch Set: Rename platform/Widget to platform/FrameViewBase in platform. Created 3 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/platform/exported/WebScrollbarThemeClientImpl.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
index 4e850322df6fef56e0743e9095d23e6ce687e34b..a8f597ce5d381ffb32f3ce92795c7f22d88d1cc3 100644
--- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
@@ -63,13 +63,13 @@ IntPoint WebScrollbarThemeClientImpl::location() const {
return m_scrollbar.location();
}
-Widget* WebScrollbarThemeClientImpl::parent() const {
+FrameViewBase* WebScrollbarThemeClientImpl::parent() const {
// Unused by Chromium scrollbar themes.
ASSERT_NOT_REACHED();
return 0;
}
-Widget* WebScrollbarThemeClientImpl::root() const {
+FrameViewBase* WebScrollbarThemeClientImpl::root() const {
// Unused by Chromium scrollbar themes.
ASSERT_NOT_REACHED();
return 0;
« no previous file with comments | « third_party/WebKit/Source/platform/HostWindow.h ('k') | third_party/WebKit/Source/platform/scroll/ScrollableArea.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698