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

Side by Side Diff: cc/layers/layer_impl.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 2011 The Chromium Authors. All rights reserved. 1 // Copyright 2011 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 CC_LAYERS_LAYER_IMPL_H_ 5 #ifndef CC_LAYERS_LAYER_IMPL_H_
6 #define CC_LAYERS_LAYER_IMPL_H_ 6 #define CC_LAYERS_LAYER_IMPL_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 10
(...skipping 13 matching lines...) Expand all
24 #include "cc/layers/layer_position_constraint.h" 24 #include "cc/layers/layer_position_constraint.h"
25 #include "cc/layers/render_surface_impl.h" 25 #include "cc/layers/render_surface_impl.h"
26 #include "cc/output/filter_operations.h" 26 #include "cc/output/filter_operations.h"
27 #include "cc/quads/render_pass.h" 27 #include "cc/quads/render_pass.h"
28 #include "cc/quads/shared_quad_state.h" 28 #include "cc/quads/shared_quad_state.h"
29 #include "cc/resources/resource_provider.h" 29 #include "cc/resources/resource_provider.h"
30 #include "skia/ext/refptr.h" 30 #include "skia/ext/refptr.h"
31 #include "third_party/skia/include/core/SkColor.h" 31 #include "third_party/skia/include/core/SkColor.h"
32 #include "third_party/skia/include/core/SkImageFilter.h" 32 #include "third_party/skia/include/core/SkImageFilter.h"
33 #include "third_party/skia/include/core/SkPicture.h" 33 #include "third_party/skia/include/core/SkPicture.h"
34 #include "ui/gfx/point3_f.h" 34 #include "ui/gfx/geometry/point3_f.h"
35 #include "ui/gfx/rect.h" 35 #include "ui/gfx/rect.h"
36 #include "ui/gfx/rect_f.h" 36 #include "ui/gfx/rect_f.h"
37 #include "ui/gfx/transform.h" 37 #include "ui/gfx/transform.h"
38 38
39 namespace base { 39 namespace base {
40 namespace debug { 40 namespace debug {
41 class ConvertableToTraceFormat; 41 class ConvertableToTraceFormat;
42 } 42 }
43 43
44 class DictionaryValue; 44 class DictionaryValue;
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 DrawProperties<LayerImpl> draw_properties_; 700 DrawProperties<LayerImpl> draw_properties_;
701 701
702 scoped_refptr<base::debug::ConvertableToTraceFormat> debug_info_; 702 scoped_refptr<base::debug::ConvertableToTraceFormat> debug_info_;
703 703
704 DISALLOW_COPY_AND_ASSIGN(LayerImpl); 704 DISALLOW_COPY_AND_ASSIGN(LayerImpl);
705 }; 705 };
706 706
707 } // namespace cc 707 } // namespace cc
708 708
709 #endif // CC_LAYERS_LAYER_IMPL_H_ 709 #endif // CC_LAYERS_LAYER_IMPL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698