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

Unified Diff: device/vr/test/fake_vr_display_impl_client.h

Issue 2844833005: Tentatively goes into WebVR presentation mode if page listens to vrdisplayactivate. (Closed)
Patch Set: Fixed device unit tests Created 3 years, 8 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 | « chrome/browser/android/vr_shell/vr_shell_delegate.cc ('k') | device/vr/vr_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/test/fake_vr_display_impl_client.h
diff --git a/device/vr/test/fake_vr_display_impl_client.h b/device/vr/test/fake_vr_display_impl_client.h
index d273a240f7290d477a33c67259c958c2b714f374..67b0dd14208914557484e0b581ef1e4586790e11 100644
--- a/device/vr/test/fake_vr_display_impl_client.h
+++ b/device/vr/test/fake_vr_display_impl_client.h
@@ -23,7 +23,8 @@ class FakeVRDisplayImplClient : public mojom::VRDisplayClient {
void OnExitPresent() override {}
void OnBlur() override {}
void OnFocus() override {}
- void OnActivate(mojom::VRDisplayEventReason reason) override {}
+ void OnActivate(mojom::VRDisplayEventReason reason,
+ const OnActivateCallback& callback) override {}
void OnDeactivate(mojom::VRDisplayEventReason reason) override {}
private:
« no previous file with comments | « chrome/browser/android/vr_shell/vr_shell_delegate.cc ('k') | device/vr/vr_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698