| 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 dff5299781a61432ea4e3140610f7f14ffb1053e..c5cbb9189ab82258091a2695e69474cdfe2c95aa 100644
|
| --- a/third_party/WebKit/public/web/WebPlugin.h
|
| +++ b/third_party/WebKit/public/web/WebPlugin.h
|
| @@ -43,8 +43,8 @@
|
|
|
| namespace blink {
|
|
|
| +class WebCoalescedInputEvent;
|
| class WebDragData;
|
| -class WebInputEvent;
|
| class WebPluginContainer;
|
| class WebURLResponse;
|
| struct WebCompositionUnderline;
|
| @@ -117,7 +117,7 @@ class WebPlugin {
|
|
|
| virtual void UpdateVisibility(bool) = 0;
|
|
|
| - virtual WebInputEventResult HandleInputEvent(const WebInputEvent&,
|
| + virtual WebInputEventResult HandleInputEvent(const WebCoalescedInputEvent&,
|
| WebCursorInfo&) = 0;
|
|
|
| virtual bool HandleDragStatusUpdate(WebDragStatus,
|
|
|