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

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

Issue 2333813002: Introduce WebInputMethodController to blink (Closed)
Patch Set: Explicitly asking for TextInputState updates 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
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 79205702a02b6d1dc395e47c1137dff1ec9a07d8..29cc3228157e473fd4959dd9adb27661479c7f8e 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;
@@ -188,7 +188,7 @@ class WebPlugin {
// Confirms an ongoing composition; holds or moves selections accroding to
// selectionBehavior.
virtual bool finishComposingText(
- WebWidget::ConfirmCompositionBehavior selectionBehavior) {
+ WebInputMethodController::ConfirmCompositionBehavior selectionBehavior) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698