Commit d807be28 authored by msarett's avatar msarett Committed by Commit bot

Add flag for legacy pixel refs

NOTRY=true
TBR=reed@google.com

BUG=skia:6535

Review-Url: https://codereview.chromium.org/2850503003
Cr-Commit-Position: refs/heads/master@{#467771}
parent cb16fb04
...@@ -220,6 +220,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, ...@@ -220,6 +220,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_DISABLE_DEFERRED_PROXIES #define SK_DISABLE_DEFERRED_PROXIES
#endif #endif
#ifndef SK_SUPPORT_LEGACY_PIXELREF_API
#define SK_SUPPORT_LEGACY_PIXELREF_API
#endif
#ifndef SK_LEGACY_SWEEP_GRADIENT #ifndef SK_LEGACY_SWEEP_GRADIENT
#define SK_LEGACY_SWEEP_GRADIENT #define SK_LEGACY_SWEEP_GRADIENT
#endif #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