| Index: cc/paint/render_surface_filters.h
|
| diff --git a/cc/output/render_surface_filters.h b/cc/paint/render_surface_filters.h
|
| similarity index 81%
|
| rename from cc/output/render_surface_filters.h
|
| rename to cc/paint/render_surface_filters.h
|
| index 6882b0b592848f1c786dc7c6cf467e70c98c674e..cb27fd57f736fb752e0558fcde4100239ab4fe57 100644
|
| --- a/cc/output/render_surface_filters.h
|
| +++ b/cc/paint/render_surface_filters.h
|
| @@ -2,12 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -
|
| -#ifndef CC_OUTPUT_RENDER_SURFACE_FILTERS_H_
|
| -#define CC_OUTPUT_RENDER_SURFACE_FILTERS_H_
|
| +#ifndef CC_PAINT_RENDER_SURFACE_FILTERS_H_
|
| +#define CC_PAINT_RENDER_SURFACE_FILTERS_H_
|
|
|
| #include "base/macros.h"
|
| -#include "cc/base/cc_export.h"
|
| +#include "cc/paint/paint_export.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| #include "ui/gfx/geometry/vector2d_f.h"
|
|
|
| @@ -23,7 +22,7 @@ namespace cc {
|
|
|
| class FilterOperations;
|
|
|
| -class CC_EXPORT RenderSurfaceFilters {
|
| +class CC_PAINT_EXPORT RenderSurfaceFilters {
|
| public:
|
| static SkBitmap Apply(const FilterOperations& filters,
|
| unsigned texture_id,
|
| @@ -42,4 +41,4 @@ class CC_EXPORT RenderSurfaceFilters {
|
|
|
| } // namespace cc
|
|
|
| -#endif // CC_OUTPUT_RENDER_SURFACE_FILTERS_H_
|
| +#endif // CC_PAINT_RENDER_SURFACE_FILTERS_H_
|
|
|