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

Unified Diff: dm/DMSrcSink.h

Issue 2482123003: Fix DM race in SVGSrc (Closed)
Patch Set: parse error message tweak Created 4 years, 1 month 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 | « no previous file | dm/DMSrcSink.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DMSrcSink.h
diff --git a/dm/DMSrcSink.h b/dm/DMSrcSink.h
index bb6011505100089ba3729375e98c5fe27936dae2..cac8848307fb753dab61fc41eff8a51bacb8ecaa 100644
--- a/dm/DMSrcSink.h
+++ b/dm/DMSrcSink.h
@@ -261,11 +261,9 @@ public:
bool veto(SinkFlags) const override;
private:
- Error ensureDom() const;
-
- Path fPath;
- mutable sk_sp<SkSVGDOM> fDom;
- mutable SkScalar fScale;
+ Name fName;
+ sk_sp<SkSVGDOM> fDom;
+ SkScalar fScale;
typedef Src INHERITED;
};
« no previous file with comments | « no previous file | dm/DMSrcSink.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698