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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h

Issue 2855523002: Deleted Widget/FrameViewBase (Closed)
Patch Set: removed FrameViewBase.h file now that dependent CL submitted Created 3 years, 7 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 45075f28a37ea232a3d7b092e0149afa16fd137b..b6bc8f13a2a8533169908158cf7f3ef4a1d91cf3 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
@@ -54,8 +54,7 @@ class PLATFORM_EXPORT ScrollbarThemeClient {
virtual void GetTickmarks(Vector<IntRect>&) const = 0;
virtual bool IsScrollableAreaActive() const = 0;
- virtual IntPoint ConvertFromRootFrame(
- const IntPoint& point_in_root_frame) const = 0;
+ virtual IntPoint ConvertFromRootFrame(const IntPoint&) const = 0;
virtual bool IsCustomScrollbar() const = 0;
virtual ScrollbarOrientation Orientation() const = 0;
« no previous file with comments | « third_party/WebKit/Source/platform/scroll/Scrollbar.cpp ('k') | third_party/WebKit/Source/web/ContextMenuClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698