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

Unified Diff: Source/web/WebViewImpl.h

Issue 513723003: Add pixel readback to page popup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added WebPagePopup::positionRelativeToOwner 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 | « Source/web/WebPagePopupImpl.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 544e21fffe25f1ca93b0c4b8ba684f79e951a748..e31b84f74f772cdb7e199eb6969a13a1ae320380 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -126,6 +126,7 @@ public:
virtual bool compositionRange(size_t* location, size_t* length) OVERRIDE;
virtual WebTextInputInfo textInputInfo() OVERRIDE;
virtual WebColor backgroundColor() const OVERRIDE;
+ virtual WebPagePopup* pagePopup() const OVERRIDE;
virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const OVERRIDE;
virtual void didShowCandidateWindow() OVERRIDE;
virtual void didUpdateCandidateWindow() OVERRIDE;
« no previous file with comments | « Source/web/WebPagePopupImpl.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698