Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(865)

Unified Diff: third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController.h

Issue 2698723002: Add rappor logging for Device Orientation on security origins different from the main frame (Closed)
Patch Set: add DEviceMotion Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/DeviceSingleWindowEventController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698