Index: cc/layers/picture_layer_impl.h |
diff --git a/cc/layers/picture_layer_impl.h b/cc/layers/picture_layer_impl.h |
index d49205137510bd9d5f3bc57e89a785d42de65616..3a21ca193e9df7001bec339a52fd43f08b016f96 100644 |
--- a/cc/layers/picture_layer_impl.h |
+++ b/cc/layers/picture_layer_impl.h |
@@ -214,7 +214,7 @@ class CC_EXPORT PictureLayerImpl |
// Save a copy of the visible rect and viewport size of the last frame that |
// has a valid viewport for prioritizing tiles. |
gfx::Rect visible_rect_for_tile_priority_; |
- gfx::Size viewport_size_for_tile_priority_; |
+ gfx::Rect viewport_rect_for_tile_priority_; |
gfx::Transform screen_space_transform_for_tile_priority_; |
friend class PictureLayer; |