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

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

Issue 1486743002: Clean up some remaining obsolete coordinate-space naming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Mac compile Created 5 years 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 d6ca2c0d9bd4bee03df4f53a8681083f3fcbbab7..679b2e7b49179018001518753167b2f053d542a7 100644
--- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
+++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
@@ -58,7 +58,7 @@ public:
ScrollbarOverlayStyle scrollbarOverlayStyle() const override;
void getTickmarks(Vector<IntRect>&) const override;
bool isScrollableAreaActive() const override;
- IntPoint convertFromContainingWindow(const IntPoint&) const override;
+ IntPoint convertFromRootFrame(const IntPoint&) const override;
bool isCustomScrollbar() const override;
ScrollbarOrientation orientation() const override;
bool isLeftSideVerticalScrollbar() const override;

Powered by Google App Engine
This is Rietveld 408576698