Index: cc/resources/tile.h |
diff --git a/cc/resources/tile.h b/cc/resources/tile.h |
index 30916fa5f034032d2e2fc1144de2530e8655ed37..d0d2952e28998637cff0d1335dc21426c0848e91 100644 |
--- a/cc/resources/tile.h |
+++ b/cc/resources/tile.h |
@@ -71,7 +71,7 @@ class CC_EXPORT Tile : public base::RefCounted<Tile> { |
scoped_ptr<base::Value> AsValue() const; |
- bool IsReadyToDraw() const { |
+ inline bool IsReadyToDraw() const { |
for (int mode = 0; mode < NUM_RASTER_MODES; ++mode) { |
if (managed_state_.tile_versions[mode].IsReadyToDraw()) |
return true; |