| Index: cc/resources/raster_worker_pool.h
|
| diff --git a/cc/resources/raster_worker_pool.h b/cc/resources/raster_worker_pool.h
|
| index acdfd777b92840014880c9ca505de05d452f4a69..ade8432bfc892bffa171882f4bc539284a1f7432 100644
|
| --- a/cc/resources/raster_worker_pool.h
|
| +++ b/cc/resources/raster_worker_pool.h
|
| @@ -137,7 +137,7 @@ class CC_EXPORT RasterWorkerPool : public WorkerPool {
|
| ~RasterTask();
|
|
|
| // Returns true if Task is null (doesn't refer to anything).
|
| - bool is_null() const { return !internal_; }
|
| + bool is_null() const { return !internal_.get(); }
|
|
|
| // Returns the Task into an uninitialized state.
|
| void Reset();
|
|
|