Index: cc/resources/bitmap_content_layer_updater.h |
diff --git a/cc/resources/bitmap_content_layer_updater.h b/cc/resources/bitmap_content_layer_updater.h |
index 2a417f06dfad1fa55066537113fb3cb5e95e51d7..ecc0c153b7fcc4be10d805af7554f331f12f1345 100644 |
--- a/cc/resources/bitmap_content_layer_updater.h |
+++ b/cc/resources/bitmap_content_layer_updater.h |
@@ -8,6 +8,7 @@ |
#include "cc/base/cc_export.h" |
#include "cc/resources/content_layer_updater.h" |
#include "skia/ext/refptr.h" |
+#include "third_party/skia/include/core/SkBitmap.h" |
class SkCanvas; |
@@ -65,6 +66,7 @@ class CC_EXPORT BitmapContentLayerUpdater : public ContentLayerUpdater { |
int layer_id); |
virtual ~BitmapContentLayerUpdater(); |
+ SkBitmap bitmap_backing_; |
skia::RefPtr<SkCanvas> canvas_; |
gfx::Size canvas_size_; |
bool opaque_; |