| Index: cc/resources/raster_worker_pool.h
|
| diff --git a/cc/resources/raster_worker_pool.h b/cc/resources/raster_worker_pool.h
|
| index fac2fd845ce81db11136a986f0437db89f6e8867..21ed060d0a113ea81d23888d845a0f67f23b136c 100644
|
| --- a/cc/resources/raster_worker_pool.h
|
| +++ b/cc/resources/raster_worker_pool.h
|
| @@ -17,9 +17,7 @@
|
| #include "cc/resources/worker_pool.h"
|
| #include "third_party/khronos/GLES2/gl2.h"
|
|
|
| -namespace skia {
|
| -class LazyPixelRef;
|
| -}
|
| +class SkPixelRef;
|
|
|
| namespace cc {
|
| namespace internal {
|
| @@ -204,7 +202,7 @@ class CC_EXPORT RasterWorkerPool : public WorkerPool {
|
| Task::Set* dependencies);
|
|
|
| static Task CreateImageDecodeTask(
|
| - skia::LazyPixelRef* pixel_ref,
|
| + SkPixelRef* pixel_ref,
|
| int layer_id,
|
| RenderingStatsInstrumentation* stats_instrumentation,
|
| const Task::Reply& reply);
|
|
|