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

Unified Diff: cc/output/texture_copier.h

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.h
diff --git a/cc/texture_copier.h b/cc/output/texture_copier.h
similarity index 90%
rename from cc/texture_copier.h
rename to cc/output/texture_copier.h
index c1d53e031fa8ad6868465b6178a21c93128228e3..8500310c04d5c7999782fce5af4706c034ef811d 100644
--- a/cc/texture_copier.h
+++ b/cc/output/texture_copier.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_TEXTURE_COPIER_H_
-#define CC_TEXTURE_COPIER_H_
+#ifndef CC_OUTPUT_TEXTURE_COPIER_H_
+#define CC_OUTPUT_TEXTURE_COPIER_H_
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
#include "cc/base/cc_export.h"
-#include "cc/program_binding.h"
-#include "cc/shader.h"
+#include "cc/output/program_binding.h"
+#include "cc/output/shader.h"
#include "third_party/khronos/GLES2/gl2.h"
#include "ui/gfx/size.h"
@@ -66,4 +66,4 @@ class CC_EXPORT AcceleratedTextureCopier : public TextureCopier {
}
-#endif // CC_TEXTURE_COPIER_H_
+#endif // CC_OUTPUT_TEXTURE_COPIER_H_

Powered by Google App Engine
This is Rietveld 408576698