| Index: Source/core/html/canvas/WebGLRenderingContext.cpp
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.cpp b/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| index fc00cb21af2f6b5cb6f5c53fa40a429a4f342db2..229e2ddc9c0e081b07de745b1951c95c7a05b9e5 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| +++ b/Source/core/html/canvas/WebGLRenderingContext.cpp
|
| @@ -4231,7 +4231,7 @@ void WebGLRenderingContext::forceRestoreContext()
|
| m_restoreTimer.startOneShot(0);
|
| }
|
|
|
| -WebKit::WebLayer* WebGLRenderingContext::platformLayer() const
|
| +blink::WebLayer* WebGLRenderingContext::platformLayer() const
|
| {
|
| return m_drawingBuffer->platformLayer();
|
| }
|
|
|