| 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..416473507282940c10e49706193ea101d91d0064 100644
|
| --- a/third_party/WebKit/public/web/WebPlugin.h
|
| +++ b/third_party/WebKit/public/web/WebPlugin.h
|
| @@ -121,8 +121,10 @@ class WebPlugin {
|
|
|
| virtual void updateVisibility(bool) = 0;
|
|
|
| - virtual WebInputEventResult handleInputEvent(const WebInputEvent&,
|
| - WebCursorInfo&) = 0;
|
| + virtual WebInputEventResult handleInputEvent(
|
| + const WebInputEvent&,
|
| + const std::vector<const blink::WebInputEvent*>&,
|
| + WebCursorInfo&) = 0;
|
|
|
| virtual bool handleDragStatusUpdate(WebDragStatus,
|
| const WebDragData&,
|
|
|