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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.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/scroll/ScrollbarThemeClient.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
index 67b3eac6a80a41cc8e62b73603ad1e2d05955d3e..fae9b2cef2580236e89d29083e1a6f97fb005e11 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
@@ -35,7 +35,7 @@
namespace blink {
-class Widget;
+class FrameViewBase;
class PLATFORM_EXPORT ScrollbarThemeClient {
public:
@@ -46,8 +46,8 @@ class PLATFORM_EXPORT ScrollbarThemeClient {
virtual IntSize size() const = 0;
virtual IntPoint location() const = 0;
- virtual Widget* parent() const = 0;
- virtual Widget* root() const = 0;
+ virtual FrameViewBase* parent() const = 0;
+ virtual FrameViewBase* root() const = 0;
virtual void setFrameRect(const IntRect&) = 0;
virtual IntRect frameRect() const = 0;

Powered by Google App Engine
This is Rietveld 408576698