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

Unified Diff: cc/output/render_surface_filters.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/render_surface_filters.h
diff --git a/cc/render_surface_filters.h b/cc/output/render_surface_filters.h
similarity index 84%
rename from cc/render_surface_filters.h
rename to cc/output/render_surface_filters.h
index ef65d4c405ce929bf896c9bb2fd365fcacdd67d0..62dde8e35beea19fcb3edd0271aefc144634aab9 100644
--- a/cc/render_surface_filters.h
+++ b/cc/output/render_surface_filters.h
@@ -3,8 +3,8 @@
// found in the LICENSE file.
-#ifndef CC_RENDER_SURFACE_FILTERS_H_
-#define CC_RENDER_SURFACE_FILTERS_H_
+#ifndef CC_OUTPUT_RENDER_SURFACE_FILTERS_H_
+#define CC_OUTPUT_RENDER_SURFACE_FILTERS_H_
#include "cc/base/cc_export.h"
@@ -35,4 +35,4 @@ class CC_EXPORT RenderSurfaceFilters {
};
}
-#endif // CC_RENDER_SURFACE_FILTERS_H_
+#endif // CC_OUTPUT_RENDER_SURFACE_FILTERS_H_

Powered by Google App Engine
This is Rietveld 408576698