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

Unified Diff: third_party/WebKit/public/web/WebView.h

Issue 2864833002: Tapping handle shouldn't select misspelled word (Closed)
Patch Set: Fixed naming 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
« no previous file with comments | « third_party/WebKit/public/web/WebMenuSourceType.h ('k') | ui/base/ui_base_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebView.h
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
index e790df6eb89b0be2e1ce282e0374dcf8d8c08b6a..c55118baf08bb3a7c9bd060476b5a74b5ab7ad7f 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -31,6 +31,8 @@
#ifndef WebView_h
#define WebView_h
+#include "WebMenuSourceType.h"
+#include "WebWidget.h"
#include "public/platform/WebColor.h"
#include "public/platform/WebDisplayMode.h"
#include "public/platform/WebDragOperation.h"
@@ -38,7 +40,6 @@
#include "public/platform/WebPageVisibilityState.h"
#include "public/platform/WebString.h"
#include "public/platform/WebVector.h"
-#include "WebWidget.h"
namespace gfx {
class ICCProfile;
@@ -389,7 +390,7 @@ class WebView : protected WebWidget {
virtual void PerformCustomContextMenuAction(unsigned action) = 0;
// Shows a context menu for the currently focused element.
- virtual void ShowContextMenu() = 0;
+ virtual void ShowContextMenu(WebMenuSourceType) = 0;
// Notify that context menu has been closed.
virtual void DidCloseContextMenu() = 0;
« no previous file with comments | « third_party/WebKit/public/web/WebMenuSourceType.h ('k') | ui/base/ui_base_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698