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: include/xml/SkDOM.h

Issue 2154733003: Remove SkDOM::build(const char doc[], size_t len) (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: rebase Created 4 years, 5 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 | src/xml/SkDOM.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/xml/SkDOM.h
diff --git a/include/xml/SkDOM.h b/include/xml/SkDOM.h
index 2a6ccc4f633e4cc965420269916817df90679136..10ca3e78f857a9fee0bcc02a045633655f9508b5 100644
--- a/include/xml/SkDOM.h
+++ b/include/xml/SkDOM.h
@@ -32,7 +32,6 @@ public:
/** Returns null on failure
*/
- const Node* build(const char doc[], size_t len);
const Node* build(SkStream&);
const Node* copy(const SkDOM& dom, const Node* node);
« no previous file with comments | « no previous file | src/xml/SkDOM.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698