OLD | NEW |
1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef WebLayerImplFixedBounds_h | 5 #ifndef WebLayerImplFixedBounds_h |
6 #define WebLayerImplFixedBounds_h | 6 #define WebLayerImplFixedBounds_h |
7 | 7 |
8 #include "ui/gfx/size.h" | 8 #include "ui/gfx/size.h" |
9 #include "ui/gfx/transform.h" | 9 #include "ui/gfx/transform.h" |
10 #include "webkit/compositor_bindings/web_layer_impl.h" | 10 #include "webkit/compositor_bindings/web_layer_impl.h" |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 | 44 |
45 gfx::Transform original_sublayer_transform_; | 45 gfx::Transform original_sublayer_transform_; |
46 gfx::Transform original_transform_; | 46 gfx::Transform original_transform_; |
47 gfx::Size original_bounds_; | 47 gfx::Size original_bounds_; |
48 gfx::Size fixed_bounds_; | 48 gfx::Size fixed_bounds_; |
49 }; | 49 }; |
50 | 50 |
51 } // namespace WebKit | 51 } // namespace WebKit |
52 | 52 |
53 #endif // WebLayerImplFixedBounds_h | 53 #endif // WebLayerImplFixedBounds_h |
OLD | NEW |