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

Unified Diff: public.bzl

Issue 2333713002: change SkStreams to work with sk_sp<SkData> instead of SkData* (Closed)
Patch Set: fix xpsdevice Created 4 years, 3 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 | « include/core/SkStream.h ('k') | samplecode/DecodeFile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public.bzl
diff --git a/public.bzl b/public.bzl
index e3dcadee7d7c8f9123ef87cad9e86feada13e0b3..7a0719eb87b00eddf5cf43cb049296c3cde94aec 100644
--- a/public.bzl
+++ b/public.bzl
@@ -611,6 +611,7 @@ DEFINES_ALL = [
"SK_SUPPORT_LEGACY_TYPEFACE_PTR",
"SK_SUPPORT_LEGACY_XFERMODE_PTR",
"SK_SUPPORT_LEGACY_PICTUREINSTALLPIXELREF",
+ "SK_SUPPORT_LEGACY_STREAM_DATA",
]
################################################################################
« no previous file with comments | « include/core/SkStream.h ('k') | samplecode/DecodeFile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698