| Index: content/public/renderer/render_view.h
|
| diff --git a/content/public/renderer/render_view.h b/content/public/renderer/render_view.h
|
| index 8c036d505a80c1be74911842fe56ad7b433ae032..9aa06333ca4e7a22b17b85ce7d6ef2a54e2e56fc 100644
|
| --- a/content/public/renderer/render_view.h
|
| +++ b/content/public/renderer/render_view.h
|
| @@ -151,6 +151,8 @@ class CONTENT_EXPORT RenderView : public IPC::Sender {
|
| // Returns the device scale factor for unit tests.
|
| virtual float GetDeviceScaleFactorForTest() const = 0;
|
|
|
| + virtual bool HasAddedInputHandler() const = 0;
|
| +
|
| protected:
|
| ~RenderView() override {}
|
|
|
|
|