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

Issue 2309523003: Plumbing through more WebVR presentation code (Closed)

Created:
4 years, 3 months ago by bajones
Modified:
4 years, 3 months ago
Reviewers:
klausw, mthiesse, Mike West, bshe
CC:
Aaron Boodman, abarth-chromium, blink-reviews, chromium-reviews, darin (slow to review), haraken, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Plumbing through more WebVR presentation code Also improved the client/delegate model for managing the GvrApi context in anticipation of making VrShell the GvrDelegate. BUG=389343 Committed: https://crrev.com/487d1fc5424211ef6fc1b3f5cfc1e5355169339f Cr-Commit-Position: refs/heads/master@{#416796}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed Michael's feedack #

Unified diffs Side-by-side diffs Delta from patch set Stats (+380 lines, -161 lines) Patch
M device/vr/BUILD.gn View 1 chunk +2 lines, -2 lines 0 comments Download
D device/vr/android/gvr/gvr_api_manager.h View 1 chunk +0 lines, -44 lines 0 comments Download
D device/vr/android/gvr/gvr_api_manager.cc View 1 chunk +0 lines, -56 lines 0 comments Download
A device/vr/android/gvr/gvr_delegate.h View 1 1 chunk +66 lines, -0 lines 0 comments Download
A device/vr/android/gvr/gvr_delegate.cc View 1 1 chunk +52 lines, -0 lines 0 comments Download
M device/vr/android/gvr/gvr_device.h View 2 chunks +11 lines, -6 lines 0 comments Download
M device/vr/android/gvr/gvr_device.cc View 9 chunks +45 lines, -15 lines 0 comments Download
M device/vr/android/gvr/gvr_device_provider.h View 2 chunks +8 lines, -9 lines 0 comments Download
M device/vr/android/gvr/gvr_device_provider.cc View 3 chunks +63 lines, -29 lines 0 comments Download
M device/vr/vr_device.h View 1 chunk +7 lines, -0 lines 0 comments Download
M device/vr/vr_service.mojom View 2 chunks +12 lines, -0 lines 0 comments Download
M device/vr/vr_service_impl.h View 1 chunk +7 lines, -0 lines 0 comments Download
M device/vr/vr_service_impl.cc View 1 chunk +30 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/vr/VRController.h View 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/vr/VRController.cpp View 1 chunk +34 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/vr/VRDisplay.cpp View 1 4 chunks +37 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
bajones
Yes, I know it's a US/CAN holiday weekend. Prompt reviews are not expected. :) mkwst@: ...
4 years, 3 months ago (2016-09-03 19:20:25 UTC) #2
Mike West
.mojom LGTM.
4 years, 3 months ago (2016-09-05 06:55:00 UTC) #3
bajones
4 years, 3 months ago (2016-09-06 17:54:07 UTC) #5
mthiesse
https://codereview.chromium.org/2309523003/diff/1/device/vr/android/gvr/gvr_delegate.cc File device/vr/android/gvr/gvr_delegate.cc (right): https://codereview.chromium.org/2309523003/diff/1/device/vr/android/gvr/gvr_delegate.cc#newcode12 device/vr/android/gvr/gvr_delegate.cc:12: GvrDelegateManager* g_gvr_delegate_manager = nullptr; Does this ever get deleted? ...
4 years, 3 months ago (2016-09-06 18:18:31 UTC) #6
bajones
On 2016/09/06 18:18:31, mthiesse wrote: > https://codereview.chromium.org/2309523003/diff/1/device/vr/android/gvr/gvr_delegate.cc > File device/vr/android/gvr/gvr_delegate.cc (right): > > https://codereview.chromium.org/2309523003/diff/1/device/vr/android/gvr/gvr_delegate.cc#newcode12 > ...
4 years, 3 months ago (2016-09-06 19:57:25 UTC) #7
mthiesse
I would follow the geolocation example for the leaky static instance, it's much clearer. lgtm ...
4 years, 3 months ago (2016-09-06 20:10:38 UTC) #8
mthiesse
I would follow the geolocation example for the leaky static instance, it's much clearer. lgtm
4 years, 3 months ago (2016-09-06 20:10:40 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2309523003/20001
4 years, 3 months ago (2016-09-06 22:46:21 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-07 00:30:42 UTC) #13
commit-bot: I haz the power
4 years, 3 months ago (2016-09-07 00:32:59 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/487d1fc5424211ef6fc1b3f5cfc1e5355169339f
Cr-Commit-Position: refs/heads/master@{#416796}

Powered by Google App Engine
This is Rietveld 408576698