| 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;
|
| }
|
|
|
|
|