| Index: cc/bitmap_skpicture_content_layer_updater.cc
|
| diff --git a/cc/bitmap_skpicture_content_layer_updater.cc b/cc/bitmap_skpicture_content_layer_updater.cc
|
| index cf52a96ca7ba3a3711791979fe97e017c0f7d9d0..6efc9eda44cb901920b8d7f299d190e61c3d34ee 100644
|
| --- a/cc/bitmap_skpicture_content_layer_updater.cc
|
| +++ b/cc/bitmap_skpicture_content_layer_updater.cc
|
| @@ -9,7 +9,7 @@
|
| #include "base/time.h"
|
| #include "cc/layer_painter.h"
|
| #include "cc/rendering_stats.h"
|
| -#include "cc/texture_update_queue.h"
|
| +#include "cc/resource_update_queue.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| #include "third_party/skia/include/core/SkDevice.h"
|
|
|
| @@ -21,7 +21,7 @@ BitmapSkPictureContentLayerUpdater::Resource::Resource(BitmapSkPictureContentLay
|
| {
|
| }
|
|
|
| -void BitmapSkPictureContentLayerUpdater::Resource::update(TextureUpdateQueue& queue, const IntRect& sourceRect, const IntSize& destOffset, bool partialUpdate, RenderingStats& stats)
|
| +void BitmapSkPictureContentLayerUpdater::Resource::update(ResourceUpdateQueue& queue, const IntRect& sourceRect, const IntSize& destOffset, bool partialUpdate, RenderingStats& stats)
|
| {
|
| m_bitmap.setConfig(SkBitmap::kARGB_8888_Config, sourceRect.width(), sourceRect.height());
|
| m_bitmap.allocPixels();
|
|
|