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

Unified Diff: Source/web/PopupListBox.h

Issue 967213004: Removed FrameView's windowToContents and contentsToWindow methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 9 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
« no previous file with comments | « Source/web/PopupContainer.cpp ('k') | Source/web/PopupListBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PopupListBox.h
diff --git a/Source/web/PopupListBox.h b/Source/web/PopupListBox.h
index d3da7d104d0478d4f447c09e629336b920c60508..d21aa671efe99781e12a631a13fa8b8d56ac108e 100644
--- a/Source/web/PopupListBox.h
+++ b/Source/web/PopupListBox.h
@@ -242,7 +242,7 @@ private:
int scrollY() const { return scrollPosition().y(); }
void updateScrollbars(IntPoint desiredOffset);
void setHasVerticalScrollbar(bool);
- Scrollbar* scrollbarAtWindowPoint(const IntPoint& windowPoint);
+ Scrollbar* scrollbarAtRootFramePoint(const IntPoint& pointInRootFrame);
IntRect contentsToWindow(const IntRect&) const;
void setContentsSize(const IntSize&);
void adjustScrollbarExistence();
« no previous file with comments | « Source/web/PopupContainer.cpp ('k') | Source/web/PopupListBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698