Reland "remove SK_SUPPORT_LEGACY_CANVAS_DRAW_TEXT flag"
This reverts commit3b415a8910
. Reason for revert: guards should be in place... Original change's description: > Revert "remove SK_SUPPORT_LEGACY_CANVAS_DRAW_TEXT flag" > > This reverts commit1b87c6bc19
. > > Reason for revert: need guards in google3 (and possibly android) > > Original change's description: > > remove SK_SUPPORT_LEGACY_CANVAS_DRAW_TEXT flag > > > > Bug: skia: > > Change-Id: I89451ee399a59907a195237adc1b5dc59691150e > > Reviewed-on: https://skia-review.googlesource.com/c/184381 > > Reviewed-by: Mike Reed <reed@google.com> > > Commit-Queue: Mike Reed <reed@google.com> > > Auto-Submit: Mike Reed <reed@google.com> > > TBR=reed@google.com > > Change-Id: I0e404f435079cc5a679d357ff28f215fef543718 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: skia: > Reviewed-on: https://skia-review.googlesource.com/c/184483 > Reviewed-by: Mike Reed <reed@google.com> > Commit-Queue: Mike Reed <reed@google.com> TBR=reed@google.com Change-Id: I3df434eb7286bb9439640644d455509e58a120ba No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: skia: Reviewed-on: https://skia-review.googlesource.com/c/184661 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
This commit is contained in:
parent
1ce80fb351
commit
172fff869b
@ -27,10 +27,6 @@
|
||||
#include "SkSurfaceProps.h"
|
||||
#include "SkVertices.h"
|
||||
|
||||
#ifndef SK_SUPPORT_LEGACY_CANVAS_DRAW_TEXT
|
||||
#define SK_SUPPORT_LEGACY_CANVAS_DRAW_TEXT
|
||||
#endif
|
||||
|
||||
class GrContext;
|
||||
class GrRenderTargetContext;
|
||||
class SkAndroidFrameworkUtils;
|
||||
|
Loading…
Reference in New Issue
Block a user