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

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

Issue 2777903008: Removed deprecated WebVR functionality (Closed)
Patch Set: Another test re-baseline Created 3 years, 8 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 f40e7af7975c4b18a3a892f574122e9b26a96489..81a3dcec717b215aea1c21812ecc91dd70aa9395 100644
--- a/third_party/WebKit/Source/modules/vr/VRDisplay.h
+++ b/third_party/WebKit/Source/modules/vr/VRDisplay.h
@@ -32,7 +32,6 @@ class VRController;
class VREyeParameters;
class VRFrameData;
class VRStageParameters;
-class VRPose;
class WebGLRenderingContextBase;
@@ -56,12 +55,9 @@ class VRDisplay final : public EventTargetWithInlineData,
VRDisplayCapabilities* capabilities() const { return m_capabilities; }
VRStageParameters* stageParameters() const { return m_stageParameters; }
- bool isConnected() const { return m_isConnected; }
bool isPresenting() const { return m_isPresenting; }
bool getFrameData(VRFrameData*);
- VRPose* getPose();
- void resetPose();
double depthNear() const { return m_depthNear; }
double depthFar() const { return m_depthFar; }
@@ -112,7 +108,6 @@ class VRDisplay final : public EventTargetWithInlineData,
void forceExitPresent();
void updateLayerBounds();
- void disconnected();
VRController* controller();
« no previous file with comments | « third_party/WebKit/Source/modules/modules_idl_files.gni ('k') | third_party/WebKit/Source/modules/vr/VRDisplay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698