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

Unified Diff: cc/output/program_binding.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/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"

Powered by Google App Engine
This is Rietveld 408576698