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

Unified Diff: include/core/SkMilestone.h

Issue 1823753002: SkPDF: record milestone version in Producer string (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: include Created 4 years, 9 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/pdf/SkPDFMetadata.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkMilestone.h
diff --git a/third_party/libmicrohttpd/MHD_config.h b/include/core/SkMilestone.h
similarity index 73%
copy from third_party/libmicrohttpd/MHD_config.h
copy to include/core/SkMilestone.h
index 2133731f025dee7b845bad38499eb3c7212dd7a0..1b93a7b84db524aa5e87959215fc302ec339c306 100644
--- a/third_party/libmicrohttpd/MHD_config.h
+++ b/include/core/SkMilestone.h
@@ -4,4 +4,6 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-// A dummy file so microhttpd compiles
+#ifndef SK_MILESTONE
+#define SK_MILESTONE 51
+#endif
« no previous file with comments | « no previous file | src/pdf/SkPDFMetadata.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698