Index: cc/tile.h |
diff --git a/cc/tile.h b/cc/tile.h |
index f3702f7861951e790bd331cb3a73a2cbbca86e43..4385d49b060133738cf542fc7727d268a82a4720 100644 |
--- a/cc/tile.h |
+++ b/cc/tile.h |
@@ -46,7 +46,7 @@ class CC_EXPORT Tile : public base::RefCounted<Tile> { |
// Returns 0 if not drawable. |
ResourceProvider::ResourceId resource_id() const { |
- return managed_state_.resource ? managed_state_.resource->id() : 0; |
+ return managed_state_.resource_id; |
} |
const gfx::Rect& opaque_rect() const { return opaque_rect_; } |