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

Unified Diff: cc/output/delegating_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/delegating_renderer.h
diff --git a/cc/delegating_renderer.h b/cc/output/delegating_renderer.h
similarity index 92%
rename from cc/delegating_renderer.h
rename to cc/output/delegating_renderer.h
index cd3d593ee01e18cf28e527f4e3882d31cebb76ed..8b938cd96f2772017bd20b937fa9e2e1bd8e0f28 100644
--- a/cc/delegating_renderer.h
+++ b/cc/output/delegating_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_DELEGATING_RENDERER_H_
-#define CC_DELEGATING_RENDERER_H_
+#ifndef CC_OUTPUT_DELEGATING_RENDERER_H_
+#define CC_OUTPUT_DELEGATING_RENDERER_H_
#include "base/memory/scoped_ptr.h"
#include "cc/base/cc_export.h"
-#include "cc/renderer.h"
+#include "cc/output/renderer.h"
#include "third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h"
namespace cc {
@@ -66,4 +66,4 @@ private:
} // namespace cc
-#endif // CC_DELEGATING_RENDERER_H_
+#endif // CC_OUTPUT_DELEGATING_RENDERER_H_

Powered by Google App Engine
This is Rietveld 408576698