| Index: Source/core/html/canvas/WebGLContextObject.cpp
|
| diff --git a/Source/core/html/canvas/WebGLContextObject.cpp b/Source/core/html/canvas/WebGLContextObject.cpp
|
| index ea718c51e7a89790c77c20debc3b93a2577e78f1..a9b5621f9690c5b542d9e1ba6ab7b27a81c1e0b2 100644
|
| --- a/Source/core/html/canvas/WebGLContextObject.cpp
|
| +++ b/Source/core/html/canvas/WebGLContextObject.cpp
|
| @@ -27,11 +27,11 @@
|
|
|
| #include "core/html/canvas/WebGLContextObject.h"
|
|
|
| -#include "core/html/canvas/WebGLRenderingContext.h"
|
| +#include "core/html/canvas/WebGLRenderingContextBase.h"
|
|
|
| namespace WebCore {
|
|
|
| -WebGLContextObject::WebGLContextObject(WebGLRenderingContext* context)
|
| +WebGLContextObject::WebGLContextObject(WebGLRenderingContextBase* context)
|
| : WebGLObject(context)
|
| , m_context(context)
|
| {
|
|
|