summaryrefslogtreecommitdiffstats
path: root/cc/resources/tile_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/resources/tile_manager.h')
-rw-r--r--cc/resources/tile_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h
index ff788ae..ef8ccfb 100644
--- a/cc/resources/tile_manager.h
+++ b/cc/resources/tile_manager.h
@@ -142,7 +142,7 @@ class CC_EXPORT TileManager : public RasterWorkerPoolClient {
void DidTileTreeBinChange(Tile* tile,
TileManagerBin new_tree_bin,
WhichTree tree);
- scoped_ptr<Value> GetMemoryRequirementsAsValue() const;
+ scoped_ptr<base::Value> GetMemoryRequirementsAsValue() const;
void AddRequiredTileForActivation(Tile* tile);
TileManagerClient* client_;