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

Unified Diff: device/vr/android/gvr/gvr_device.h

Issue 2317483002: Add support of vrdisplayconnect and vrdisplaydisconnect event (Closed)
Patch Set: Clean some style issue according to mthiesse@ Created 4 years, 3 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
« no previous file with comments | « no previous file | device/vr/android/gvr/gvr_device.cc » ('j') | device/vr/android/gvr/gvr_device_provider.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/android/gvr/gvr_device.h
diff --git a/device/vr/android/gvr/gvr_device.h b/device/vr/android/gvr/gvr_device.h
index ed70b84c39d7c3f017f056a60a6a618e94d96668..b7834b24035beb616b6cbe620a9dc1fb9e6bb289 100644
--- a/device/vr/android/gvr/gvr_device.h
+++ b/device/vr/android/gvr/gvr_device.h
@@ -28,10 +28,14 @@ class GvrDevice : public VRDevice {
void SubmitFrame() override;
void UpdateLayerBounds(VRLayerBoundsPtr leftBounds,
VRLayerBoundsPtr rightBounds) override;
+ virtual void PollEvents() override;
private:
GvrDelegate* delegate_;
+ bool isConnected_;
+ bool isConnectionStatusChanged_;
bajones 2016/09/12 01:36:15 These values are no longer used and the PollEvents
shaobo.yan 2016/09/12 01:59:01 Done.
+
DISALLOW_COPY_AND_ASSIGN(GvrDevice);
};
« no previous file with comments | « no previous file | device/vr/android/gvr/gvr_device.cc » ('j') | device/vr/android/gvr/gvr_device_provider.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698