| Index: Source/core/html/canvas/WebGLLoseContext.h
|
| diff --git a/Source/core/html/canvas/WebGLLoseContext.h b/Source/core/html/canvas/WebGLLoseContext.h
|
| index 4f81813c7ff52c5a216045ec38a53629ef01dda0..85f13614132020f76faf0b505327e3a6acdf2ec9 100644
|
| --- a/Source/core/html/canvas/WebGLLoseContext.h
|
| +++ b/Source/core/html/canvas/WebGLLoseContext.h
|
| @@ -42,6 +42,8 @@ public:
|
|
|
| virtual ~WebGLLoseContext();
|
| virtual ExtensionName getName() const;
|
| + virtual void enable();
|
| + virtual void lose();
|
|
|
| void loseContext();
|
| void restoreContext();
|
|
|