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

Unified Diff: cc/layers/render_pass_sink.h

Issue 12603013: Part 10 of cc/ directory shuffles: layers (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
« no previous file with comments | « cc/layers/quad_sink.h ('k') | cc/layers/render_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/render_pass_sink.h
diff --git a/cc/render_pass_sink.h b/cc/layers/render_pass_sink.h
similarity index 77%
rename from cc/render_pass_sink.h
rename to cc/layers/render_pass_sink.h
index baa7057d9d6bd2c6e39dbf41d5b63f6083a09c30..d307739e690430e525ee73137fb1bcfde71a4d4b 100644
--- a/cc/render_pass_sink.h
+++ b/cc/layers/render_pass_sink.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_RENDER_PASS_SINK_H_
-#define CC_RENDER_PASS_SINK_H_
+#ifndef CC_LAYERS_RENDER_PASS_SINK_H_
+#define CC_LAYERS_RENDER_PASS_SINK_H_
#include "base/memory/scoped_ptr.h"
#include "cc/base/cc_export.h"
@@ -18,4 +18,4 @@ class CC_EXPORT RenderPassSink {
} // namespace cc
-#endif // CC_RENDER_PASS_SINK_H_
+#endif // CC_LAYERS_RENDER_PASS_SINK_H_
« no previous file with comments | « cc/layers/quad_sink.h ('k') | cc/layers/render_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698