| Index: Source/core/html/canvas/WebGLExtension.h
|
| diff --git a/Source/core/html/canvas/WebGLExtension.h b/Source/core/html/canvas/WebGLExtension.h
|
| index 4028906fb04ad351e714a304e69cf9ed28e50e4f..b14d86b313ef6b8dac9d61ca12e2023dd42096cd 100644
|
| --- a/Source/core/html/canvas/WebGLExtension.h
|
| +++ b/Source/core/html/canvas/WebGLExtension.h
|
| @@ -54,6 +54,7 @@ public:
|
| WebGLDepthTextureName,
|
| WebGLDrawBuffersName,
|
| WebGLLoseContextName,
|
| + WebGLSharedResourcesName,
|
| };
|
|
|
| WebGLRenderingContext* context() { return m_context; }
|
| @@ -69,7 +70,7 @@ public:
|
| m_context = 0;
|
| }
|
|
|
| - bool isLost()
|
| + bool isLost() const
|
| {
|
| return !m_context;
|
| }
|
|
|