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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.h

Issue 2894043002: Add machinery to show touch editing context menus in OOPIFs. (Closed)
Patch Set: Remove WVI call to WFWI. Created 3 years, 7 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/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index 2898f9c3d2d7c1b29a0ac4778ffdec4edceb3105..4bba482b9e580f28fa2a44e2ef4c3dc4c5a34fd3 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -151,6 +151,7 @@ class WEB_EXPORT WebViewImpl final
void DidAcquirePointerLock() override;
void DidNotAcquirePointerLock() override;
void DidLosePointerLock() override;
+ void ShowContextMenu() override;
// WebView methods:
virtual bool IsWebView() const { return true; }
@@ -231,7 +232,6 @@ class WEB_EXPORT WebViewImpl final
unsigned inactive_background_color,
unsigned inactive_foreground_color) override;
void PerformCustomContextMenuAction(unsigned action) override;
- void ShowContextMenu() override;
void DidCloseContextMenu() override;
void HidePopups() override;
void SetPageOverlayColor(WebColor) override;

Powered by Google App Engine
This is Rietveld 408576698