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/SkData.h

Issue 2198453002: Conditionally define SK_SUPPORT_LEGACY_DATA_FACTORIES. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkData.h
diff --git a/include/core/SkData.h b/include/core/SkData.h
index 3457fcbfead732d8f1a298808b5e36091a93ef5a..e34d861675bae812f3397017a4f87b5c337348b0 100644
--- a/include/core/SkData.h
+++ b/include/core/SkData.h
@@ -14,7 +14,9 @@
class SkStream;
+#ifndef SK_SUPPORT_LEGACY_DATA_FACTORIES
#define SK_SUPPORT_LEGACY_DATA_FACTORIES
+#endif
/**
* SkData holds an immutable data buffer. Not only is the data immutable,
« 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