|
|
Updated VRService to match the latest Blink WebVR interface.
The Blink interface now exposes values that the previous version of the service
did not supply. This patch updates the service and cardboard backend to supply
all the necessary values for WebVR v1. It also takes the opportunity to do some
renaming for consistency. Mainly "device" -> "display" to match the WebVR spec
verbiage.
BUG= 389343
Committed: https://crrev.com/2f845c7547a8ea5d1edad21be0719f6b6b55f06b
Cr-Commit-Position: refs/heads/master@{#395010}
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+206 lines, -231 lines) |
Patch |
 |
M |
content/browser/vr/android/cardboard/cardboard_vr_device.h
|
View
|
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/vr/android/cardboard/cardboard_vr_device.cc
|
View
|
1
2
3
|
5 chunks |
+49 lines, -59 lines |
0 comments
|
Download
|
 |
M |
content/browser/vr/test/fake_vr_device.h
|
View
|
1
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/vr/test/fake_vr_device.cc
|
View
|
1
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/vr/vr_device.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/vr/vr_device_manager.h
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/vr/vr_device_manager.cc
|
View
|
|
5 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/vr/vr_device_manager_unittest.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/NavigatorVR.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/VRController.h
|
View
|
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/VRController.cpp
|
View
|
1
2
|
3 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/VRDisplay.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/VRDisplay.cpp
|
View
|
1
|
3 chunks |
+21 lines, -18 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/VRDisplayCollection.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/VRDisplayCollection.cpp
|
View
|
|
1 chunk |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/VREyeParameters.cpp
|
View
|
|
1 chunk |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/VRGetDevicesCallback.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/VRPose.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/VRPose.cpp
|
View
|
1
2
3
4
|
2 chunks |
+11 lines, -28 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/VRStageParameters.h
|
View
|
1
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/vr/VRStageParameters.cpp
|
View
|
3
4
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/modules/vr/vr_service.mojom
|
View
|
|
2 chunks |
+33 lines, -45 lines |
0 comments
|
Download
|
Total messages: 46 (13 generated)
|