| Index: content/browser/renderer_host/input/input_router.h
|
| diff --git a/content/browser/renderer_host/input/input_router.h b/content/browser/renderer_host/input/input_router.h
|
| index bb3bd03d75cd9c63f0f19f08221fa9ca9ad0a0ec..1b30815c7ce2a781001d6273c50cd3a0575ef52b 100644
|
| --- a/content/browser/renderer_host/input/input_router.h
|
| +++ b/content/browser/renderer_host/input/input_router.h
|
| @@ -63,6 +63,8 @@ class InputRouter : public IPC::Listener {
|
| MOBILE_VIEWPORT = 1 << 1
|
| };
|
| virtual void OnViewUpdated(int view_flags) = 0;
|
| +
|
| + virtual bool HasPendingEvents() const = 0;
|
| };
|
|
|
| } // namespace content
|
|
|