| Index: Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp
|
| diff --git a/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp b/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp
|
| index 6ba5d17bfc7c55cda98116383f50306c999bff4d..6401fddc613ae092e856b5d0c0bea439475a674b 100644
|
| --- a/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp
|
| +++ b/Source/core/platform/graphics/chromium/Canvas2DLayerBridge.cpp
|
| @@ -31,7 +31,6 @@
|
| #include "SkDevice.h"
|
| #include "SkSurface.h"
|
| #include "core/platform/chromium/TraceEvent.h"
|
| -#include "core/platform/chromium/support/GraphicsContext3DPrivate.h"
|
| #include "core/platform/graphics/GraphicsContext3D.h"
|
| #include "core/platform/graphics/chromium/Canvas2DLayerManager.h"
|
| #include "core/platform/graphics/chromium/GraphicsLayerChromium.h"
|
| @@ -167,7 +166,7 @@ unsigned Canvas2DLayerBridge::prepareTexture(WebTextureUpdater& updater)
|
|
|
| WebGraphicsContext3D* Canvas2DLayerBridge::context()
|
| {
|
| - return GraphicsContext3DPrivate::extractWebGraphicsContext3D(m_context.get());
|
| + return GraphicsContext3D::extractWebGraphicsContext3D(m_context.get());
|
| }
|
|
|
| bool Canvas2DLayerBridge::prepareMailbox(WebKit::WebExternalTextureMailbox* outMailbox)
|
|
|