| Index: Source/core/html/canvas/WebGLRenderingContextBase.h
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.h b/Source/core/html/canvas/WebGLRenderingContextBase.h
|
| index 41b1d69820dca53c48b7f973bf22185dbba57aa2..3914fc53fa8ea0aaae36231f8f3144f0f24aabd2 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();
|
|
|