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

Unified Diff: cc/output/gl_renderer.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/gl_renderer.cc
diff --git a/cc/gl_renderer.cc b/cc/output/gl_renderer.cc
similarity index 99%
rename from cc/gl_renderer.cc
rename to cc/output/gl_renderer.cc
index 63a35d286dc2f1695ce2fba049627ff8f70d1ecb..1de4180fdaa038df62b9826c31e861b653723099 100644
--- a/cc/gl_renderer.cc
+++ b/cc/output/gl_renderer.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "cc/gl_renderer.h"
+#include "cc/output/gl_renderer.h"
#include <set>
#include <string>
@@ -14,18 +14,18 @@
#include "base/strings/string_split.h"
#include "build/build_config.h"
#include "cc/base/math_util.h"
-#include "cc/compositor_frame.h"
-#include "cc/compositor_frame_metadata.h"
-#include "cc/context_provider.h"
#include "cc/damage_tracker.h"
-#include "cc/geometry_binding.h"
-#include "cc/gl_frame_data.h"
#include "cc/layer_quad.h"
-#include "cc/output_surface.h"
+#include "cc/output/compositor_frame.h"
+#include "cc/output/compositor_frame_metadata.h"
+#include "cc/output/context_provider.h"
+#include "cc/output/geometry_binding.h"
+#include "cc/output/gl_frame_data.h"
+#include "cc/output/output_surface.h"
+#include "cc/output/render_surface_filters.h"
#include "cc/priority_calculator.h"
#include "cc/proxy.h"
#include "cc/render_pass.h"
-#include "cc/render_surface_filters.h"
#include "cc/scoped_resource.h"
#include "cc/single_thread_proxy.h"
#include "cc/stream_video_draw_quad.h"

Powered by Google App Engine
This is Rietveld 408576698