| Index: cc/tiles/gpu_image_decode_controller.h
|
| diff --git a/cc/tiles/gpu_image_decode_controller.h b/cc/tiles/gpu_image_decode_controller.h
|
| index 9b82c52414083bcdf3e99c6b4d8c3b7323f4f2d9..673dfc91acaea285f59b05da46bfdafc9531011d 100644
|
| --- a/cc/tiles/gpu_image_decode_controller.h
|
| +++ b/cc/tiles/gpu_image_decode_controller.h
|
| @@ -90,6 +90,7 @@ class CC_EXPORT GpuImageDecodeController
|
| cached_bytes_limit_ = limit;
|
| }
|
| size_t GetBytesUsedForTesting() const { return bytes_used_; }
|
| + void SetImageDecodingFailedForTesting(const DrawImage& image);
|
|
|
| private:
|
| enum class DecodedDataMode { GPU, CPU };
|
|
|