Commit c9704788 authored by reed's avatar reed Committed by Commit bot

add SK_LEGACY_DRAWPICTURECALLBACK guard flag

Used until chrome switches to the new skia api

BUG=
TBR=robertphilips@chromium.org

Review URL: https://codereview.chromium.org/1014473005

Cr-Commit-Position: refs/heads/master@{#320830}
parent 1f11e922
......@@ -245,6 +245,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_SUPPORT_LEGACY_GETTOPDEVICE
#endif
#ifndef SK_LEGACY_DRAWPICTURECALLBACK
# define SK_LEGACY_DRAWPICTURECALLBACK
#endif
#ifndef SK_SUPPORT_LEGACY_GETDEVICE
# define SK_SUPPORT_LEGACY_GETDEVICE
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment