| Index: Source/core/platform/graphics/chromium/ImageBufferDataSkia.h
|
| diff --git a/Source/core/platform/graphics/chromium/ImageBufferDataSkia.h b/Source/core/platform/graphics/chromium/ImageBufferDataSkia.h
|
| index f4ad07ef855b4f3278727a9a8c2c53e70bbe82fb..06bc124d618fd166ac5850d216b2d3b6a146082e 100644
|
| --- a/Source/core/platform/graphics/chromium/ImageBufferDataSkia.h
|
| +++ b/Source/core/platform/graphics/chromium/ImageBufferDataSkia.h
|
| @@ -28,8 +28,6 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "core/platform/graphics/skia/PlatformContextSkia.h"
|
| -
|
| #include "skia/ext/platform_canvas.h"
|
|
|
| namespace WebCore {
|
| @@ -43,7 +41,6 @@ public:
|
| void reportMemoryUsage(MemoryObjectInfo*) const;
|
|
|
| OwnPtr<SkCanvas> m_canvas;
|
| - PlatformContextSkia m_platformContext;
|
| OwnPtr<Canvas2DLayerBridge> m_layerBridge;
|
| };
|
|
|
|
|