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

Unified Diff: third_party/WebKit/Source/modules/vr/VRDisplay.h

Issue 1967633002: Updated VRService to match the latest Blink WebVR interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed TypeConverter, back to local conversion function. Created 4 years, 7 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
Index: third_party/WebKit/Source/modules/vr/VRDisplay.h
diff --git a/third_party/WebKit/Source/modules/vr/VRDisplay.h b/third_party/WebKit/Source/modules/vr/VRDisplay.h
index ca02f80777c188579298993309ea9a3bce447a81..b7d6adc3277ff1cb54cf1507017faac3c82f8172 100644
--- a/third_party/WebKit/Source/modules/vr/VRDisplay.h
+++ b/third_party/WebKit/Source/modules/vr/VRDisplay.h
@@ -76,7 +76,7 @@ protected:
VRDisplay(NavigatorVR*);
- void update(const mojom::blink::VRDeviceInfoPtr&);
+ void update(const mojom::blink::VRDisplayPtr&);
VRController* controller();

Powered by Google App Engine
This is Rietveld 408576698