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

Unified Diff: cc/output/direct_renderer.h

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/direct_renderer.h
diff --git a/cc/direct_renderer.h b/cc/output/direct_renderer.h
similarity index 96%
rename from cc/direct_renderer.h
rename to cc/output/direct_renderer.h
index de65251d73e55ff9531806e78151cecc71eaee74..72dff5d62b11e91efcb48e5bcc90a5e424cf4b67 100644
--- a/cc/direct_renderer.h
+++ b/cc/output/direct_renderer.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_DIRECT_RENDERER_H_
-#define CC_DIRECT_RENDERER_H_
+#ifndef CC_OUTPUT_DIRECT_RENDERER_H_
+#define CC_OUTPUT_DIRECT_RENDERER_H_
#include "base/basictypes.h"
#include "cc/base/cc_export.h"
-#include "cc/renderer.h"
+#include "cc/output/renderer.h"
#include "cc/resource_provider.h"
#include "cc/scoped_resource.h"
@@ -121,4 +121,4 @@ class CC_EXPORT DirectRenderer : public Renderer {
} // namespace cc
-#endif // CC_DIRECT_RENDERER_H_
+#endif // CC_OUTPUT_DIRECT_RENDERER_H_

Powered by Google App Engine
This is Rietveld 408576698