| Index: Source/core/html/canvas/WebGLRenderingContextBase.h
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.h b/Source/core/html/canvas/WebGLRenderingContextBase.h
|
| index 869d099e39fffe3bf138049b67c30696f4f39fe2..7056afb3e5ec4fc59a1630638452cfe51e2861d6 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContextBase.h
|
| +++ b/Source/core/html/canvas/WebGLRenderingContextBase.h
|
| @@ -356,6 +356,7 @@ protected:
|
| friend class WebGLCompressedTextureS3TC;
|
| friend class WebGLRenderingContextErrorMessageCallback;
|
| friend class WebGLVertexArrayObjectOES;
|
| + friend class ScopedTexture2DRestorer;
|
|
|
| WebGLRenderingContextBase(HTMLCanvasElement*, PassOwnPtr<blink::WebGraphicsContext3D>, WebGLContextAttributes*);
|
| void initializeNewContext();
|
|
|