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

Side by Side Diff: ui/gfx/interpolated_transform.h

Issue 392013005: [#1] Delete reduntdant 19 header files in ui/gfx (8 of 19 by this) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sorted includes Created 6 years, 5 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 UI_GFX_INTERPOLATED_TRANSFORM_H_ 5 #ifndef UI_GFX_INTERPOLATED_TRANSFORM_H_
6 #define UI_GFX_INTERPOLATED_TRANSFORM_H_ 6 #define UI_GFX_INTERPOLATED_TRANSFORM_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "ui/gfx/point.h" 10 #include "ui/gfx/geometry/point.h"
11 #include "ui/gfx/point3_f.h" 11 #include "ui/gfx/geometry/point3_f.h"
12 #include "ui/gfx/transform.h" 12 #include "ui/gfx/transform.h"
13 #include "ui/gfx/transform_util.h" 13 #include "ui/gfx/transform_util.h"
14 #include "ui/gfx/vector3d_f.h" 14 #include "ui/gfx/vector3d_f.h"
15 15
16 namespace ui { 16 namespace ui {
17 17
18 /////////////////////////////////////////////////////////////////////////////// 18 ///////////////////////////////////////////////////////////////////////////////
19 // class InterpolatedTransform 19 // class InterpolatedTransform
20 // 20 //
21 // Abstract base class for transforms that animate over time. These 21 // Abstract base class for transforms that animate over time. These
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 void Init(const gfx::Transform& start_transform, 256 void Init(const gfx::Transform& start_transform,
257 const gfx::Transform& end_transform); 257 const gfx::Transform& end_transform);
258 258
259 gfx::DecomposedTransform start_decomp_; 259 gfx::DecomposedTransform start_decomp_;
260 gfx::DecomposedTransform end_decomp_; 260 gfx::DecomposedTransform end_decomp_;
261 }; 261 };
262 262
263 } // namespace ui 263 } // namespace ui
264 264
265 #endif // UI_GFX_INTERPOLATED_TRANSFORM_H_ 265 #endif // UI_GFX_INTERPOLATED_TRANSFORM_H_
OLDNEW
« ui/aura/window_unittest.cc ('K') | « ui/gfx/insets.h ('k') | ui/gfx/matrix3_f.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698