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..3b8af3d2e74df79500498ec458799c4a98b1794a 100644 |
--- a/cc/resources/raster_worker_pool.h |
+++ b/cc/resources/raster_worker_pool.h |
@@ -17,10 +17,6 @@ |
#include "cc/resources/worker_pool.h" |
#include "third_party/khronos/GLES2/gl2.h" |
-namespace skia { |
-class LazyPixelRef; |
-} |
- |
namespace cc { |
namespace internal { |
@@ -204,7 +200,7 @@ class CC_EXPORT RasterWorkerPool : public WorkerPool { |
Task::Set* dependencies); |
static Task CreateImageDecodeTask( |
- skia::LazyPixelRef* pixel_ref, |
+ SkPixelRef* pixel_ref, |
vmpstr
2013/12/20 17:41:06
Forward declare this? I can't tell which include i
reveman
2013/12/20 18:22:19
Done. picture.h pulled in SkPixelRef.h when it sho
|
int layer_id, |
RenderingStatsInstrumentation* stats_instrumentation, |
const Task::Reply& reply); |