| Index: content/common/gpu/texture_image_transport_surface.h
|
| diff --git a/content/common/gpu/texture_image_transport_surface.h b/content/common/gpu/texture_image_transport_surface.h
|
| index 69491bd166eae6be6404b14952a5fa9e2d8c581c..ee2be4f7386231e26bfcc4d0650bf7945cc0fbac 100644
|
| --- a/content/common/gpu/texture_image_transport_surface.h
|
| +++ b/content/common/gpu/texture_image_transport_surface.h
|
| @@ -82,6 +82,8 @@ class TextureImageTransportSurface :
|
| // The front and back buffers.
|
| Texture textures_[2];
|
|
|
| + gfx::Rect previous_damage_rect_;
|
| +
|
| // Indicates which of the 2 above is the front buffer.
|
| int front_;
|
|
|
|
|