| 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"
|
|
|
|
|