Loading content/canvas/src/WebGLContext.cpp +0 −7 Original line number Diff line number Diff line Loading @@ -1527,10 +1527,3 @@ WebGLContext::IsContextLost(WebGLboolean *retval) *retval = mContextStatus != ContextStable; return NS_OK; } // Internalized version of IsContextLost. bool WebGLContext::IsContextStable() const { return mContextStatus == ContextStable; } content/canvas/src/WebGLContext.h +3 −1 Original line number Diff line number Diff line Loading @@ -1279,7 +1279,9 @@ protected: const GLvoid *data); void MaybeRestoreContext(); bool IsContextStable() const; bool IsContextStable() const { return mContextStatus == ContextStable; } void ForceLoseContext(); void ForceRestoreContext(); Loading Loading
content/canvas/src/WebGLContext.cpp +0 −7 Original line number Diff line number Diff line Loading @@ -1527,10 +1527,3 @@ WebGLContext::IsContextLost(WebGLboolean *retval) *retval = mContextStatus != ContextStable; return NS_OK; } // Internalized version of IsContextLost. bool WebGLContext::IsContextStable() const { return mContextStatus == ContextStable; }
content/canvas/src/WebGLContext.h +3 −1 Original line number Diff line number Diff line Loading @@ -1279,7 +1279,9 @@ protected: const GLvoid *data); void MaybeRestoreContext(); bool IsContextStable() const; bool IsContextStable() const { return mContextStatus == ContextStable; } void ForceLoseContext(); void ForceRestoreContext(); Loading