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

Unified Diff: cc/texture_uploader.cc

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/texture_update_queue.cc ('k') | cc/texture_uploader_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/texture_uploader.cc
diff --git a/cc/texture_uploader.cc b/cc/texture_uploader.cc
index 8695dc666e15f72baced17eb30b2c9876e5757ee..64b3de52424a4ed223a204145ef769843bfe7c79 100644
--- a/cc/texture_uploader.cc
+++ b/cc/texture_uploader.cc
@@ -3,17 +3,19 @@
// found in the LICENSE file.
#include "config.h"
+
#include "cc/texture_uploader.h"
-#include "CCPrioritizedTexture.h"
+#include <algorithm>
+#include <vector>
+
#include "base/debug/alias.h"
#include "base/debug/trace_event.h"
#include "base/metrics/histogram.h"
+#include "cc/prioritized_texture.h"
#include "third_party/khronos/GLES2/gl2.h"
#include "third_party/khronos/GLES2/gl2ext.h"
-#include <algorithm>
#include <public/WebGraphicsContext3D.h>
-#include <vector>
namespace {
« no previous file with comments | « cc/texture_update_queue.cc ('k') | cc/texture_uploader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698