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

Unified Diff: third_party/WebKit/Source/modules/vr/VRDisplayEvent.h

Issue 2505493004: Wired up vrdisplayactivate/deactivate (Closed)
Patch Set: Again with the upstream issues Created 4 years, 1 month 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
Index: third_party/WebKit/Source/modules/vr/VRDisplayEvent.h
diff --git a/third_party/WebKit/Source/modules/vr/VRDisplayEvent.h b/third_party/WebKit/Source/modules/vr/VRDisplayEvent.h
index 72680c301b4578ec9a1eda566334717d38cc6806..29f176dcda09c8c456d1c8beb3e5a8cc0520ba19 100644
--- a/third_party/WebKit/Source/modules/vr/VRDisplayEvent.h
+++ b/third_party/WebKit/Source/modules/vr/VRDisplayEvent.h
@@ -24,6 +24,12 @@ class VRDisplayEvent final : public Event {
return new VRDisplayEvent(type, canBubble, cancelable, display, reason);
}
static VRDisplayEvent* create(const AtomicString& type,
+ bool canBubble,
+ bool cancelable,
+ VRDisplay*,
+ device::mojom::blink::VRDisplayEventReason);
+
+ static VRDisplayEvent* create(const AtomicString& type,
const VRDisplayEventInit& initializer) {
return new VRDisplayEvent(type, initializer);
}
« no previous file with comments | « third_party/WebKit/Source/modules/vr/VRDisplay.cpp ('k') | third_party/WebKit/Source/modules/vr/VRDisplayEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698