Index: cc/resources/tile.h |
diff --git a/cc/resources/tile.h b/cc/resources/tile.h |
index 698f43da27afe7d54ef6a10cefc8549e5abc8dae..d4697cc9282ade7f19c4dad0e184e173559259e6 100644 |
--- a/cc/resources/tile.h |
+++ b/cc/resources/tile.h |
@@ -88,7 +88,7 @@ class CC_EXPORT Tile : public RefCountedManaged<Tile> { |
bool HasResource() const { return draw_info_.has_resource(); } |
bool NeedsRaster() const { |
- return draw_info_.mode() == TileDrawInfo::PICTURE_PILE_MODE || |
+ return draw_info_.mode() == TileDrawInfo::OOM_MODE || |
!draw_info_.IsReadyToDraw(); |
} |