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

Side by Side Diff: cc/prioritized_texture.h

Issue 11145033: cc: Get rid of CC*.h temporary header files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased - fixed the conflicts hopefuly Created 8 years, 2 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
« no previous file with comments | « cc/overdraw_metrics.cc ('k') | cc/prioritized_texture.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 2012 The Chromium Authors. All rights reserved. 1 // Copyright 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 CCPrioritizedTexture_h 5 #ifndef CCPrioritizedTexture_h
6 #define CCPrioritizedTexture_h 6 #define CCPrioritizedTexture_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 "CCPriorityCalculator.h" 10 #include "CCPriorityCalculator.h"
11 #include "CCResourceProvider.h" 11 #include "cc/resource_provider.h"
12 #include "CCTexture.h" 12 #include "CCTexture.h"
13 #include "GraphicsContext3D.h" 13 #include "GraphicsContext3D.h"
14 #include "IntRect.h" 14 #include "IntRect.h"
15 #include "IntSize.h" 15 #include "IntSize.h"
16 16
17 namespace cc { 17 namespace cc {
18 18
19 class CCPrioritizedTextureManager; 19 class CCPrioritizedTextureManager;
20 20
21 class CCPrioritizedTexture { 21 class CCPrioritizedTexture {
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 138
139 Backing* m_backing; 139 Backing* m_backing;
140 CCPrioritizedTextureManager* m_manager; 140 CCPrioritizedTextureManager* m_manager;
141 141
142 DISALLOW_COPY_AND_ASSIGN(CCPrioritizedTexture); 142 DISALLOW_COPY_AND_ASSIGN(CCPrioritizedTexture);
143 }; 143 };
144 144
145 } // namespace cc 145 } // namespace cc
146 146
147 #endif 147 #endif
OLDNEW
« no previous file with comments | « cc/overdraw_metrics.cc ('k') | cc/prioritized_texture.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698