| 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(); | 
|  | 
|  |