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

Side by Side Diff: cc/output/shader.h

Issue 416273005: cc/output: cleanup: Remove unnecessary #includes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « cc/output/renderer_pixeltest.cc ('k') | cc/output/shader.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_OUTPUT_SHADER_H_ 5 #ifndef CC_OUTPUT_SHADER_H_
6 #define CC_OUTPUT_SHADER_H_ 6 #define CC_OUTPUT_SHADER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "cc/base/cc_export.h" 11 #include "cc/base/cc_export.h"
12 #include "third_party/skia/include/core/SkColorPriv.h"
13 12
14 namespace gfx { 13 namespace gfx {
15 class Point; 14 class Point;
16 class Size; 15 class Size;
17 } 16 }
18 17
19 namespace gpu { 18 namespace gpu {
20 namespace gles2 { 19 namespace gles2 {
21 class GLES2Interface; 20 class GLES2Interface;
22 } 21 }
(...skipping 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 int tex_transform_location_; 725 int tex_transform_location_;
727 int frequency_location_; 726 int frequency_location_;
728 int color_location_; 727 int color_location_;
729 728
730 DISALLOW_COPY_AND_ASSIGN(FragmentShaderCheckerboard); 729 DISALLOW_COPY_AND_ASSIGN(FragmentShaderCheckerboard);
731 }; 730 };
732 731
733 } // namespace cc 732 } // namespace cc
734 733
735 #endif // CC_OUTPUT_SHADER_H_ 734 #endif // CC_OUTPUT_SHADER_H_
OLDNEW
« no previous file with comments | « cc/output/renderer_pixeltest.cc ('k') | cc/output/shader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698