summaryrefslogtreecommitdiff
path: root/Source/WebCore/platform/graphics/chromium/BitmapSkPictureCanvasLayerTextureUpdater.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/chromium/BitmapSkPictureCanvasLayerTextureUpdater.h')
-rw-r--r--Source/WebCore/platform/graphics/chromium/BitmapSkPictureCanvasLayerTextureUpdater.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/WebCore/platform/graphics/chromium/BitmapSkPictureCanvasLayerTextureUpdater.h b/Source/WebCore/platform/graphics/chromium/BitmapSkPictureCanvasLayerTextureUpdater.h
index 8d52433d0..838b4b3e7 100644
--- a/Source/WebCore/platform/graphics/chromium/BitmapSkPictureCanvasLayerTextureUpdater.h
+++ b/Source/WebCore/platform/graphics/chromium/BitmapSkPictureCanvasLayerTextureUpdater.h
@@ -32,10 +32,9 @@
#include "LayerTextureSubImage.h"
#include "PlatformColor.h"
+#include "SkBitmap.h"
#include "SkPictureCanvasLayerTextureUpdater.h"
-class SkDevice;
-
namespace WebCore {
// This class records the contentRect into an SkPicture, then software rasterizes
@@ -52,7 +51,7 @@ public:
private:
BitmapSkPictureCanvasLayerTextureUpdater* textureUpdater() { return m_textureUpdater; }
- OwnPtr<SkDevice> m_device;
+ SkBitmap m_bitmap;
BitmapSkPictureCanvasLayerTextureUpdater* m_textureUpdater;
};