| Index: Source/core/html/canvas/WebGLRenderingContext.h
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.h b/Source/core/html/canvas/WebGLRenderingContext.h
|
| index c55146f4e4f5259c71b24445c38ae129e50f0a79..233270b2c7ea58b6d572834bcec1893e4fe291cb 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.h
|
| +++ b/Source/core/html/canvas/WebGLRenderingContext.h
|
| @@ -39,7 +39,7 @@
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebKit { class WebLayer; }
|
| +namespace blink { class WebLayer; }
|
|
|
| namespace WebCore {
|
|
|
| @@ -315,7 +315,7 @@ public:
|
|
|
| GraphicsContext3D* graphicsContext3D() const { return m_context.get(); }
|
| WebGLContextGroup* contextGroup() const { return m_contextGroup.get(); }
|
| - virtual WebKit::WebLayer* platformLayer() const;
|
| + virtual blink::WebLayer* platformLayer() const;
|
|
|
| void reshape(int width, int height);
|
|
|
|
|