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

Unified Diff: device/vr/vr_client_dispatcher.h

Issue 2471433002: Implement WebVR presentation pausing for VR Shell Menu Mode (Closed)
Patch Set: Address comments 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: device/vr/vr_client_dispatcher.h
diff --git a/device/vr/vr_client_dispatcher.h b/device/vr/vr_client_dispatcher.h
index fc815254e0079899e2da25ddd58822adf80aadce..686cd3e1a5680439833452ba9b68157c7b0f1e77 100644
--- a/device/vr/vr_client_dispatcher.h
+++ b/device/vr/vr_client_dispatcher.h
@@ -17,6 +17,8 @@ class VRClientDispatcher {
virtual void OnDeviceConnectionStatusChanged(VRDevice* device,
bool is_connected) = 0;
virtual void OnPresentEnded(VRDevice* device) = 0;
+ virtual void OnDisplayBlur(VRDevice* device) = 0;
+ virtual void OnDisplayFocus(VRDevice* device) = 0;
};
} // namespace device

Powered by Google App Engine
This is Rietveld 408576698