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

Unified Diff: cc/output/delegating_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/delegating_renderer.cc
diff --git a/cc/delegating_renderer.cc b/cc/output/delegating_renderer.cc
similarity index 98%
rename from cc/delegating_renderer.cc
rename to cc/output/delegating_renderer.cc
index 9792974ce265e183814e7943a0548c67bd53cd26..26a3f19f7009e3ea95601666ee835e155050132f 100644
--- a/cc/delegating_renderer.cc
+++ b/cc/output/delegating_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/delegating_renderer.h"
+#include "cc/output/delegating_renderer.h"
#include <set>
#include <string>
@@ -12,9 +12,9 @@
#include "base/string_util.h"
#include "base/strings/string_split.h"
#include "cc/checkerboard_draw_quad.h"
-#include "cc/compositor_frame.h"
-#include "cc/compositor_frame_ack.h"
#include "cc/debug_border_draw_quad.h"
+#include "cc/output/compositor_frame.h"
+#include "cc/output/compositor_frame_ack.h"
#include "cc/render_pass.h"
#include "cc/render_pass_draw_quad.h"
#include "cc/resource_provider.h"

Powered by Google App Engine
This is Rietveld 408576698