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

Unified Diff: content/renderer/browser_plugin/browser_plugin.h

Issue 2333813002: Introduce WebInputMethodController to blink (Closed)
Patch Set: Rebased Created 4 years, 1 month 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 | « content/public/test/layouttest_support.h ('k') | content/renderer/browser_plugin/browser_plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/browser_plugin/browser_plugin.h
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
index 8a591e22debc55582ca345d4d0e2cd52ab27a9b5..68286d849f4b08730eefc4b378a3208265f8abed 100644
--- a/content/renderer/browser_plugin/browser_plugin.h
+++ b/content/renderer/browser_plugin/browser_plugin.h
@@ -16,8 +16,8 @@
#include "content/renderer/render_view_impl.h"
#include "third_party/WebKit/public/web/WebCompositionUnderline.h"
#include "third_party/WebKit/public/web/WebDragStatus.h"
+#include "third_party/WebKit/public/web/WebInputMethodController.h"
#include "third_party/WebKit/public/web/WebNode.h"
-#include "third_party/WebKit/public/web/WebWidget.h"
namespace cc {
class SurfaceId;
@@ -118,7 +118,8 @@ class CONTENT_EXPORT BrowserPlugin :
bool commitText(const blink::WebString& text,
int relative_cursor_pos) override;
bool finishComposingText(
- blink::WebWidget::ConfirmCompositionBehavior selection_behavior) override;
+ blink::WebInputMethodController::ConfirmCompositionBehavior
+ selection_behavior) override;
void extendSelectionAndDelete(int before, int after) override;
« no previous file with comments | « content/public/test/layouttest_support.h ('k') | content/renderer/browser_plugin/browser_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698