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

Unified Diff: device/vr/vr_service_impl.h

Issue 2309523003: Plumbing through more WebVR presentation code (Closed)
Patch Set: Addressed Michael's feedack Created 4 years, 3 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 | « device/vr/vr_service.mojom ('k') | device/vr/vr_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/vr_service_impl.h
diff --git a/device/vr/vr_service_impl.h b/device/vr/vr_service_impl.h
index c31abe0ad472c5445f7977de9f3b76d0125370ad..a5c96ea0ab393ef70270af484d240a8e9bbe8e5f 100644
--- a/device/vr/vr_service_impl.h
+++ b/device/vr/vr_service_impl.h
@@ -39,6 +39,13 @@ class VRServiceImpl : public VRService {
void GetPose(uint32_t index, const GetPoseCallback& callback) override;
void ResetPose(uint32_t index) override;
+ void RequestPresent(uint32_t index) override;
+ void ExitPresent(uint32_t index) override;
+ void SubmitFrame(uint32_t index) override;
+ void UpdateLayerBounds(uint32_t index,
+ VRLayerBoundsPtr leftBounds,
+ VRLayerBoundsPtr rightBounds) override;
+
std::unique_ptr<mojo::Binding<VRService>> binding_;
VRServiceClientPtr client_;
« no previous file with comments | « device/vr/vr_service.mojom ('k') | device/vr/vr_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698