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

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

Issue 2722953003: Part 1 to rename platform/Widget to platform/FrameViewBase. (Closed)
Patch Set: 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.h
diff --git a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
index 482fb1f3d5f5bf94d7dbfc7626b4c4e768797ea6..0c1acb1b8c560bcfaf4f37ad0c80ee8e7198a7fc 100644
--- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
+++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
@@ -53,8 +53,8 @@ class PLATFORM_EXPORT WebScrollbarThemeClientImpl
int height() const override;
IntSize size() const override;
IntPoint location() const override;
- Widget* parent() const override;
- Widget* root() const override;
+ FrameViewBase* parent() const override;
+ FrameViewBase* root() const override;
void setFrameRect(const IntRect&) override;
IntRect frameRect() const override;
void invalidate() override;
« no previous file with comments | « third_party/WebKit/Source/platform/Widget.cpp ('k') | third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698