| 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_
|
|
|