Index: cc/output/program_binding.cc |
diff --git a/cc/program_binding.cc b/cc/output/program_binding.cc |
similarity index 96% |
rename from cc/program_binding.cc |
rename to cc/output/program_binding.cc |
index 08960f0aa8f9c2ce673e2e84d1923742aed590b1..7793d3680bec285423c635212a58f9335ef3c970 100644 |
--- a/cc/program_binding.cc |
+++ b/cc/output/program_binding.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/program_binding.h" |
+#include "cc/output/program_binding.h" |
#include "base/debug/trace_event.h" |
-#include "cc/geometry_binding.h" |
-#include "cc/gl_renderer.h" // For the GLC() macro. |
+#include "cc/output/geometry_binding.h" |
+#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" |