| Index: Source/core/html/canvas/WebGLContextObject.cpp
|
| diff --git a/Source/core/html/canvas/WebGLContextObject.cpp b/Source/core/html/canvas/WebGLContextObject.cpp
|
| index 0b1c980967ea6307bb39a0e4bc9bb1fb23133447..66f572ddd2f209b5dc9d64e435feb699bfdc1a16 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)
|
| {
|
|
|