| Index: third_party/WebKit/Source/modules/vr/VRStageParameters.h | 
| diff --git a/third_party/WebKit/Source/modules/vr/VRStageParameters.h b/third_party/WebKit/Source/modules/vr/VRStageParameters.h | 
| index 26c8b3c74c22eab83e8cf6c48a0e846499e6be6f..318376be460a3bed704511f0fa818620386fafeb 100644 | 
| --- a/third_party/WebKit/Source/modules/vr/VRStageParameters.h | 
| +++ b/third_party/WebKit/Source/modules/vr/VRStageParameters.h | 
| @@ -8,6 +8,7 @@ | 
| #include "bindings/core/v8/ScriptWrappable.h" | 
| #include "core/dom/DOMTypedArray.h" | 
| #include "platform/heap/Handle.h" | 
| +#include "public/platform/modules/vr/vr_service.mojom-blink.h" | 
| #include "wtf/Forward.h" | 
|  | 
| namespace blink { | 
| @@ -22,6 +23,8 @@ public: | 
| float sizeX() const { return m_sizeX; } | 
| float sizeZ() const { return m_sizeZ; } | 
|  | 
| +    void update(const mojom::blink::VRStageParametersPtr&); | 
| + | 
| DECLARE_VIRTUAL_TRACE() | 
|  | 
| private: | 
|  |