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

Side by Side Diff: cc/prioritized_texture.h

Issue 11233025: cc: Remove CC*.h temporary includes, part 4/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/page_scale_animation.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 "CCPriorityCalculator.h"
9 #include "IntRect.h" 8 #include "IntRect.h"
10 #include "IntSize.h" 9 #include "IntSize.h"
11 #include "base/basictypes.h" 10 #include "base/basictypes.h"
12 #include "base/logging.h" 11 #include "base/logging.h"
13 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "cc/priority_calculator.h"
14 #include "cc/resource_provider.h" 14 #include "cc/resource_provider.h"
15 #include "cc/texture.h" 15 #include "cc/texture.h"
16 #include "third_party/khronos/GLES2/gl2.h" 16 #include "third_party/khronos/GLES2/gl2.h"
17 17
18 namespace cc { 18 namespace cc {
19 19
20 class CCPrioritizedTextureManager; 20 class CCPrioritizedTextureManager;
21 21
22 class CCPrioritizedTexture { 22 class CCPrioritizedTexture {
23 public: 23 public:
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 139
140 Backing* m_backing; 140 Backing* m_backing;
141 CCPrioritizedTextureManager* m_manager; 141 CCPrioritizedTextureManager* m_manager;
142 142
143 DISALLOW_COPY_AND_ASSIGN(CCPrioritizedTexture); 143 DISALLOW_COPY_AND_ASSIGN(CCPrioritizedTexture);
144 }; 144 };
145 145
146 } // namespace cc 146 } // namespace cc
147 147
148 #endif 148 #endif
OLDNEW
« no previous file with comments | « cc/page_scale_animation.cc ('k') | cc/prioritized_texture.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698