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

Unified Diff: third_party/WebKit/public/web/WebPlugin.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 | « third_party/WebKit/public/web/WebInputMethodController.h ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0eff474d10cbef98ff814a049efa2cb3485045f6..f9a488669051858c6e5a0c5aeffc0a9a98961de7 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>
namespace blink {
@@ -185,7 +185,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;
}
« no previous file with comments | « third_party/WebKit/public/web/WebInputMethodController.h ('k') | third_party/WebKit/public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698