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

Unified Diff: cc/output/render_surface_filters.h

Issue 1057283003: Remove parts of //cc we aren't using (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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/output/overlay_strategy_single_on_top.h ('k') | cc/output/renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/render_surface_filters.h
diff --git a/cc/output/render_surface_filters.h b/cc/output/render_surface_filters.h
index 42b6e451501412ed46bbedd28f444eb7b3743884..22c9363b5183728ab4c31c6d3d4d52aed941ca00 100644
--- a/cc/output/render_surface_filters.h
+++ b/cc/output/render_surface_filters.h
@@ -7,7 +7,6 @@
#define CC_OUTPUT_RENDER_SURFACE_FILTERS_H_
#include "base/basictypes.h"
-#include "cc/base/cc_export.h"
#include "skia/ext/refptr.h"
class GrContext;
@@ -22,7 +21,7 @@ namespace cc {
class FilterOperations;
-class CC_EXPORT RenderSurfaceFilters {
+class RenderSurfaceFilters {
public:
static SkBitmap Apply(const FilterOperations& filters,
unsigned texture_id,
« no previous file with comments | « cc/output/overlay_strategy_single_on_top.h ('k') | cc/output/renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698