| Index: third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController.h
|
| diff --git a/third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController.h b/third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController.h
|
| index 81fc5f4f877e177f560e04aef3c3549c22675984..f6015a0612a6c59986f1da472b190b72c63faa69 100644
|
| --- a/third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController.h
|
| +++ b/third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController.h
|
| @@ -35,6 +35,7 @@ class CORE_EXPORT DeviceSingleWindowEventController
|
| explicit DeviceSingleWindowEventController(Document&);
|
|
|
| Document& document() const { return *m_document; }
|
| + bool isSameSecurityOriginAsMainFrame() const;
|
|
|
| void dispatchDeviceEvent(Event*);
|
|
|
|
|