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

Unified Diff: cc/output/texture_copier.cc

Issue 12912006: Part 4 of cc/ directory shuffles: output (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 side-by-side diff with in-line comments
Download patch
Index: cc/output/texture_copier.cc
diff --git a/cc/texture_copier.cc b/cc/output/texture_copier.cc
similarity index 97%
rename from cc/texture_copier.cc
rename to cc/output/texture_copier.cc
index 0495d79f8518e53781720dfe192454ae06e95c26..5a8a41de9fab983ccac6a4ad96d2b3bdd2debb76 100644
--- a/cc/texture_copier.cc
+++ b/cc/output/texture_copier.cc
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/texture_copier.h"
+#include "cc/output/texture_copier.h"
#include "base/debug/trace_event.h"
#include "build/build_config.h"
-#include "cc/gl_renderer.h" // For the GLC() macro.
+#include "cc/output/gl_renderer.h" // For the GLC() macro.
#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
#include "third_party/khronos/GLES2/gl2.h"

Powered by Google App Engine
This is Rietveld 408576698