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

Unified Diff: dm/DM.cpp

Issue 974913002: ViaAndroidSDK for DM (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Derek's comment changes Created 5 years, 10 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 | dm/DMSrcSinkAndroid.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DM.cpp
diff --git a/dm/DM.cpp b/dm/DM.cpp
index 24808cf33ada4ff3de8b32a2331885381fd9d189..f9c2ff776f02122f8ef042874db278b1ac606a74 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -259,6 +259,11 @@ static Sink* create_via(const char* tag, Sink* wrapped) {
VIA("matrix", ViaMatrix, m, wrapped);
VIA("upright", ViaUpright, m, wrapped);
}
+
+#ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK
+ VIA("androidsdk", ViaAndroidSDK, wrapped);
+#endif
+
#undef VIA
return NULL;
}
« no previous file with comments | « no previous file | dm/DMSrcSinkAndroid.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698