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

Unified Diff: skia/config/SkUserConfig.h

Issue 2697063003: Revert of SkScalarMul is deprecated (Closed)
Patch Set: Created 3 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
Index: skia/config/SkUserConfig.h
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index 0038c73dff421e90abf977eec0ac3c3a6fd95810..2a72e85dd0874d341de9454d8db0e920b91bb417 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -258,6 +258,14 @@
# define SK_SUPPORT_LEGACY_AAA
#endif
+#ifndef SK_SUPPORT_LEGACY_SCALARMUL
+#define SK_SUPPORT_LEGACY_SCALARMUL
+#endif
+
+#ifndef SK_SUPPORT_BARE_PTR_IMAGEGENERATOR
+#define SK_SUPPORT_BARE_PTR_IMAGEGENERATOR
+#endif
+
// ===== End Chrome-specific definitions =====
#endif
« no previous file with comments | « components/exo/wayland/clients/motion_events.cc ('k') | third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzFace.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698