Index: cc/output/render_surface_filters.h |
diff --git a/cc/output/render_surface_filters.h b/cc/output/render_surface_filters.h |
index 62dde8e35beea19fcb3edd0271aefc144634aab9..e13c11ccf9532f7dde48c8f9732487437ce71b6f 100644 |
--- a/cc/output/render_surface_filters.h |
+++ b/cc/output/render_surface_filters.h |
@@ -6,6 +6,7 @@ |
#ifndef CC_OUTPUT_RENDER_SURFACE_FILTERS_H_ |
#define CC_OUTPUT_RENDER_SURFACE_FILTERS_H_ |
+#include "base/basictypes.h" |
#include "cc/base/cc_export.h" |
class GrContext; |
@@ -31,7 +32,7 @@ class CC_EXPORT RenderSurfaceFilters { |
const WebKit::WebFilterOperations& filters); |
private: |
- RenderSurfaceFilters(); |
+ DISALLOW_IMPLICIT_CONSTRUCTORS(RenderSurfaceFilters); |
}; |
} |