| Index: content/browser/devtools/protocol/input_handler.h
|
| diff --git a/content/browser/devtools/protocol/input_handler.h b/content/browser/devtools/protocol/input_handler.h
|
| index de96389d1e07de0a70cf01dedc203c9810b562ea..0624d20dff54f8e08274b552d0b640b57d85f78e 100644
|
| --- a/content/browser/devtools/protocol/input_handler.h
|
| +++ b/content/browser/devtools/protocol/input_handler.h
|
| @@ -129,6 +129,7 @@ class InputHandler : public DevToolsDomainHandler,
|
| SyntheticGesture::Result result);
|
|
|
| void ClearPendingKeyAndMouseCallbacks();
|
| + bool PointIsWithinContents(gfx::PointF point) const;
|
|
|
| RenderFrameHostImpl* host_;
|
| // Callbacks for calls to Input.dispatchKey/MouseEvent that have been sent to
|
|
|