Index: cc/resources/tile.h |
diff --git a/cc/resources/tile.h b/cc/resources/tile.h |
index a35cffe86f5fa0e59c6f4ee9a5566f8eed775e4e..58cb391301511f648c09d5efbc4dfaa6b0399966 100644 |
--- a/cc/resources/tile.h |
+++ b/cc/resources/tile.h |
@@ -122,6 +122,8 @@ class CC_EXPORT Tile : public RefCountedManaged<Tile> { |
int source_frame_number() const { return source_frame_number_; } |
+ TileResolution resolution() const { return managed_state_.resolution; } |
+ |
void set_raster_source(scoped_refptr<RasterSource> raster_source) { |
DCHECK(raster_source->CoversRect(content_rect_, contents_scale_)) |
<< "Recording rect: " |