Skip to content

Commit

Permalink
add flag for legacy stroking
Browse files Browse the repository at this point in the history
R=reed@google.com

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

Cr-Commit-Position: refs/heads/master@{#317677}
  • Loading branch information
cary-clark authored and Commit bot committed Feb 23, 2015
1 parent 1ffc24b commit 0c3c94e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions skia/config/SkUserConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_SUPPORT_LEGACY_ADDOVAL
#endif

#ifndef SK_LEGACY_STROKE_CURVES
# define SK_LEGACY_STROKE_CURVES
#endif

///////////////////////// Imported from BUILD.gn and skia_common.gypi

/* In some places Skia can use static initializers for global initialization,
Expand Down

0 comments on commit 0c3c94e

Please sign in to comment.