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 5ffeaefc9e65887babaf7b40a1fd163bfd4c55e3..2bc8a46bd25b8811bcc9804ace72704329763786 100644 |
--- a/third_party/WebKit/Source/modules/vr/VRDisplay.h |
+++ b/third_party/WebKit/Source/modules/vr/VRDisplay.h |
@@ -79,6 +79,8 @@ protected: |
void update(const device::blink::VRDisplayPtr&); |
+ void disconnected(); |
+ |
VRController* controller(); |
private: |