| Index: third_party/WebKit/public/web/WebWidget.h
|
| diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h
|
| index f5733a90c9863dfec5e3a37dc65adebf98e7e5c1..33f584e918a28fc2bcfa5f4cc7c1d001e333090b 100644
|
| --- a/third_party/WebKit/public/web/WebWidget.h
|
| +++ b/third_party/WebKit/public/web/WebWidget.h
|
| @@ -47,7 +47,7 @@
|
| namespace blink {
|
|
|
| class WebCompositeAndReadbackAsyncCallback;
|
| -class WebInputEvent;
|
| +class CoalescedWebInputEvent;
|
| class WebLayoutAndPaintAsyncCallback;
|
| class WebPagePopup;
|
| class WebString;
|
| @@ -117,7 +117,7 @@ class WebWidget {
|
| virtual void themeChanged() {}
|
|
|
| // Called to inform the WebWidget of an input event.
|
| - virtual WebInputEventResult handleInputEvent(const WebInputEvent&) {
|
| + virtual WebInputEventResult handleInputEvent(const CoalescedWebInputEvent&) {
|
| return WebInputEventResult::NotHandled;
|
| }
|
|
|
|
|