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

Unified Diff: cc/base/render_surface_filters.h

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: Merge branch 'master' into ccpaint Created 3 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/base/region.h ('k') | cc/base/render_surface_filters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/render_surface_filters.h
diff --git a/cc/output/render_surface_filters.h b/cc/base/render_surface_filters.h
similarity index 82%
rename from cc/output/render_surface_filters.h
rename to cc/base/render_surface_filters.h
index 6882b0b592848f1c786dc7c6cf467e70c98c674e..1a5a5ec05183e35375139d2d23cc4b6fbcc64430 100644
--- a/cc/output/render_surface_filters.h
+++ b/cc/base/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_BASE_RENDER_SURFACE_FILTERS_H_
+#define CC_BASE_RENDER_SURFACE_FILTERS_H_
#include "base/macros.h"
-#include "cc/base/cc_export.h"
+#include "cc/base/base_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_BASE_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_BASE_RENDER_SURFACE_FILTERS_H_
« no previous file with comments | « cc/base/region.h ('k') | cc/base/render_surface_filters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698