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

Unified Diff: Source/web/PopupContainer.h

Issue 572943003: Fix point conversions in PopupContainer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | Source/web/PopupContainer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PopupContainer.h
diff --git a/Source/web/PopupContainer.h b/Source/web/PopupContainer.h
index 0595573cf7da03c54175baa4792c424a495b71a5..d136ad45dba2a1a805eec88e41fe3ad376466566 100644
--- a/Source/web/PopupContainer.h
+++ b/Source/web/PopupContainer.h
@@ -59,6 +59,8 @@ public:
virtual void hide() OVERRIDE;
virtual HostWindow* hostWindow() const OVERRIDE;
virtual void invalidateRect(const IntRect&) OVERRIDE;
+ virtual IntPoint convertChildToSelf(const Widget* child, const IntPoint&) const OVERRIDE;
+ virtual IntPoint convertSelfToChild(const Widget* child, const IntPoint&) const OVERRIDE;
// PopupContainer methods
« no previous file with comments | « no previous file | Source/web/PopupContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698