summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/platform/graphics/filters/FEMerge.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/platform/graphics/filters/FEMerge.h')
-rw-r--r--chromium/third_party/WebKit/Source/platform/graphics/filters/FEMerge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/platform/graphics/filters/FEMerge.h b/chromium/third_party/WebKit/Source/platform/graphics/filters/FEMerge.h
index 05e374e58e4..22fd7fc560f 100644
--- a/chromium/third_party/WebKit/Source/platform/graphics/filters/FEMerge.h
+++ b/chromium/third_party/WebKit/Source/platform/graphics/filters/FEMerge.h
@@ -35,7 +35,7 @@ public:
virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
- virtual TextStream& externalRepresentation(TextStream&, int indention) const;
+ virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
private:
FEMerge(Filter*);