| Index: cc/resources/tile_task_runner.h
|
| diff --git a/cc/resources/tile_task_runner.h b/cc/resources/tile_task_runner.h
|
| index 1de0f4f54dad8bb387cb5e25698c2a6c12cb5e96..70c2c25e27d56f3c0a3e188a6700aff6041068df 100644
|
| --- a/cc/resources/tile_task_runner.h
|
| +++ b/cc/resources/tile_task_runner.h
|
| @@ -160,6 +160,9 @@ class CC_EXPORT TileTaskRunner {
|
| // Check for completed tasks and dispatch reply callbacks.
|
| virtual void CheckForCompletedTasks() = 0;
|
|
|
| + // Returns the format to use for the tiles.
|
| + virtual ResourceFormat GetResourceFormat() = 0;
|
| +
|
| protected:
|
| virtual ~TileTaskRunner() {}
|
| };
|
|
|