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

Unified Diff: dm/DMSrcSink.cpp

Issue 2210583003: Speculative fix for internal builds (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: take2 Created 4 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DMSrcSink.cpp
diff --git a/dm/DMSrcSink.cpp b/dm/DMSrcSink.cpp
index f8216162817993a618680fe32ed49268adfa43d6..2e9e565c86b35fb2fce73fbd5498e79d21310d8e 100644
--- a/dm/DMSrcSink.cpp
+++ b/dm/DMSrcSink.cpp
@@ -34,7 +34,6 @@
#include "SkSVGCanvas.h"
#include "SkStream.h"
#include "SkTLogic.h"
-#include "SkSVGDOM.h"
#include "SkSwizzler.h"
#include <functional>
@@ -47,6 +46,7 @@
#endif
#if defined(SK_XML)
+ #include "SkSVGDOM.h"
#include "SkXMLWriter.h"
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698