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

Unified Diff: cc/layers/quad_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/picture_layer_impl_unittest.cc ('k') | cc/layers/render_pass_sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/quad_sink.h
diff --git a/cc/quad_sink.h b/cc/layers/quad_sink.h
similarity index 90%
rename from cc/quad_sink.h
rename to cc/layers/quad_sink.h
index 510f8f535a73700f2d9d4867ba86f6c294667725..041b655b86185ea329a88828f09f5e03598464ab 100644
--- a/cc/quad_sink.h
+++ b/cc/layers/quad_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_QUAD_SINK_H_
-#define CC_QUAD_SINK_H_
+#ifndef CC_LAYERS_QUAD_SINK_H_
+#define CC_LAYERS_QUAD_SINK_H_
#include "base/memory/scoped_ptr.h"
#include "cc/base/cc_export.h"
@@ -33,4 +33,4 @@ class CC_EXPORT QuadSink {
} // namespace cc
-#endif // CC_QUAD_SINK_H_
+#endif // CC_LAYERS_QUAD_SINK_H_
« no previous file with comments | « cc/layers/picture_layer_impl_unittest.cc ('k') | cc/layers/render_pass_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698