Index: cc/picture_layer_impl.h |
diff --git a/cc/picture_layer_impl.h b/cc/picture_layer_impl.h |
index 4288042fecd3950478de24f5f915bf6898ce1107..380fac57f1a8f26025e23b569194552ff841bccd 100644 |
--- a/cc/picture_layer_impl.h |
+++ b/cc/picture_layer_impl.h |
@@ -44,6 +44,9 @@ protected: |
PictureLayerTilingSet tilings_; |
PicturePile pile_; |
+ gfx::Transform last_transform_; |
epennerAtGoogle
2012/11/30 16:48:34
Can you add "screenspace" to the name. There are s
qinmin
2012/11/30 19:24:13
Done.
|
+ double last_update_time_; |
+ |
friend class PictureLayer; |
DISALLOW_COPY_AND_ASSIGN(PictureLayerImpl); |
}; |