Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Side by Side Diff: webkit/compositor_bindings/web_layer_impl_fixed_bounds.h

Issue 12328153: Merge 184464 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1410/src/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
OLDNEW
« no previous file with comments | « webkit/compositor_bindings/web_image_layer_impl.cc ('k') | webkit/compositor_bindings/web_layer_impl_fixed_bounds.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698