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

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

Issue 2855523002: Deleted Widget/FrameViewBase (Closed)
Patch Set: Keep FrameViewBase.h file until dependent CL is landed. 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/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 e93e6a7c1878da2f6cf965b7d52b5f875cc63f42..bc2015fa0d71e50401f502eec43e010e129ef581 100644
--- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
@@ -101,7 +101,7 @@ bool WebScrollbarThemeClientImpl::IsScrollableAreaActive() const {
return scrollbar_.IsScrollableAreaActive();
}
-IntPoint WebScrollbarThemeClientImpl::ConvertFromRootFrame(
+IntPoint WebScrollbarThemeClientImpl::ConvertPointFromRootFrame(
const IntPoint& point_in_root_frame) const {
// Unused by Chromium scrollbar themes.
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698