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

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

Issue 2333813002: Introduce WebInputMethodController to blink (Closed)
Patch Set: Moved ConfirmCompositionBehavior to WebInputMethodController Created 4 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
Index: third_party/WebKit/public/web/WebPlugin.h
diff --git a/third_party/WebKit/public/web/WebPlugin.h b/third_party/WebKit/public/web/WebPlugin.h
index 7cc339f14e03db17a3b2ffc99e30a96a1dd7da09..4b2d00ab9cfb147ea9e2b3efc33549da8ef770dd 100644
--- a/third_party/WebKit/public/web/WebPlugin.h
+++ b/third_party/WebKit/public/web/WebPlugin.h
@@ -38,7 +38,7 @@
#include "../platform/WebString.h"
#include "../platform/WebURL.h"
#include "WebDragStatus.h"
-#include "WebWidget.h"
+#include "WebInputMethodController.h"
#include <v8.h>
struct NPObject;
@@ -161,7 +161,7 @@ public:
// Confirms an ongoing composition; holds or moves selections accroding to
// selectionBehavior.
- virtual bool finishComposingText(WebWidget::ConfirmCompositionBehavior selectionBehavior) { return false; }
+ virtual bool finishComposingText(WebInputMethodController::ConfirmCompositionBehavior selectionBehavior) { return false; }
// Deletes the current selection plus the specified number of characters
// before and after the selection or caret.

Powered by Google App Engine
This is Rietveld 408576698