aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/svg/SkSVGParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/svg/SkSVGParser.h')
-rw-r--r--include/svg/SkSVGParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svg/SkSVGParser.h b/include/svg/SkSVGParser.h
index a58729de80..c2f9112e64 100644
--- a/include/svg/SkSVGParser.h
+++ b/include/svg/SkSVGParser.h
@@ -55,7 +55,7 @@ private:
static void Delete(SkTDArray<SkSVGElement*>& fChildren);
static SkSVGTypes GetType(const char name[], size_t len);
SkSVGPaint* fHead;
- SkSVGPaint fEmptyPaint;
+ SkSVGPaint fEmptyPaint;
SkSVGPaint fLastFlush;
SkString fLastColor;
SkMatrix fLastTransform;