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

Side by Side Diff: cc/render_pass.h

Issue 12472028: Part 1 of cc/ directory shuffles: base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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 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_RENDER_PASS_H_ 5 #ifndef CC_RENDER_PASS_H_
6 #define CC_RENDER_PASS_H_ 6 #define CC_RENDER_PASS_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "cc/cc_export.h" 11 #include "cc/base/cc_export.h"
12 #include "cc/hash_pair.h" 12 #include "cc/base/hash_pair.h"
13 #include "cc/scoped_ptr_hash_map.h" 13 #include "cc/base/scoped_ptr_hash_map.h"
14 #include "cc/scoped_ptr_vector.h" 14 #include "cc/base/scoped_ptr_vector.h"
15 #include "skia/ext/refptr.h" 15 #include "skia/ext/refptr.h"
16 #include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations .h" 16 #include "third_party/WebKit/Source/Platform/chromium/public/WebFilterOperations .h"
17 #include "third_party/skia/include/core/SkColor.h" 17 #include "third_party/skia/include/core/SkColor.h"
18 #include "third_party/skia/include/core/SkImageFilter.h" 18 #include "third_party/skia/include/core/SkImageFilter.h"
19 #include "ui/gfx/rect.h" 19 #include "ui/gfx/rect.h"
20 #include "ui/gfx/rect_f.h" 20 #include "ui/gfx/rect_f.h"
21 #include "ui/gfx/transform.h" 21 #include "ui/gfx/transform.h"
22 22
23 namespace cc { 23 namespace cc {
24 24
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 #error define a hash function for your compiler 126 #error define a hash function for your compiler
127 #endif // COMPILER 127 #endif // COMPILER
128 } 128 }
129 129
130 namespace cc { 130 namespace cc {
131 typedef ScopedPtrVector<RenderPass> RenderPassList; 131 typedef ScopedPtrVector<RenderPass> RenderPassList;
132 typedef base::hash_map<RenderPass::Id, RenderPass*> RenderPassIdHashMap; 132 typedef base::hash_map<RenderPass::Id, RenderPass*> RenderPassIdHashMap;
133 } // namespace cc 133 } // namespace cc
134 134
135 #endif // CC_RENDER_PASS_H_ 135 #endif // CC_RENDER_PASS_H_
OLDNEW
« cc/cc.gyp ('K') | « cc/region_unittest.cc ('k') | cc/render_pass_draw_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698