| Index: Source/core/html/canvas/WebGLContextGroup.h
|
| diff --git a/Source/core/html/canvas/WebGLContextGroup.h b/Source/core/html/canvas/WebGLContextGroup.h
|
| index 4aa31266127c1ab10c10deabd7dbf3b867476c12..486b2bcd7bfc39db423d09ae6500fd2f8081e770 100644
|
| --- a/Source/core/html/canvas/WebGLContextGroup.h
|
| +++ b/Source/core/html/canvas/WebGLContextGroup.h
|
| @@ -53,7 +53,7 @@ public:
|
| void addObject(WebGLSharedObject*);
|
| void removeObject(WebGLSharedObject*);
|
|
|
| - blink::WebGraphicsContext3D* getAWebGraphicsContext3D();
|
| + WebGraphicsContext3D* getAWebGraphicsContext3D();
|
|
|
| void loseContextGroup(WebGLRenderingContextBase::LostContextMode, WebGLRenderingContextBase::AutoRecoveryMethod);
|
|
|
|
|