| Index: cc/tiles/software_image_decode_controller.h
|
| diff --git a/cc/tiles/software_image_decode_controller.h b/cc/tiles/software_image_decode_controller.h
|
| index 9697720fb3dcec73d1accc7db5ef0ab02eb29fe3..45f5e655e02f140dee8aeba7ea1741d722fa146f 100644
|
| --- a/cc/tiles/software_image_decode_controller.h
|
| +++ b/cc/tiles/software_image_decode_controller.h
|
| @@ -229,13 +229,6 @@ class CC_EXPORT SoftwareImageDecodeController
|
| void RefAtRasterImage(const ImageKey& key);
|
| void UnrefAtRasterImage(const ImageKey& key);
|
|
|
| - // These functions indicate whether the images can be handled and cached by
|
| - // ImageDecodeController or whether they will fall through to Skia (with
|
| - // exception of possibly prerolling them). Over time these should return
|
| - // "false" in less cases, as the ImageDecodeController should start handling
|
| - // more of them.
|
| - bool CanHandleImage(const ImageKey& key);
|
| -
|
| // Helper function which dumps all images in a specific ImageMRUCache.
|
| void DumpImageMemoryForCache(const ImageMRUCache& cache,
|
| const char* cache_name,
|
|
|