Skip to content

Commit

Permalink
add flag to stage removing drawloopers
Browse files Browse the repository at this point in the history
Bug: skia:4783
Change-Id: I02c4388dd5c998d132a089caf7f6244c46030d00
Reviewed-on: https://chromium-review.googlesource.com/c/1456978
Commit-Queue: Mike Reed <reed@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
Reviewed-by: Florin Malita <fmalita@chromium.org>
Cr-Commit-Position: refs/heads/master@{#629733}
  • Loading branch information
reed-at-google authored and Commit Bot committed Feb 6, 2019
1 parent e52c6e9 commit e258b00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions skia/config/SkUserConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_USE_LEGACY_DISTANCE_FIELDS
#endif

// skbug.com/4783
#ifndef SK_SUPPORT_LEGACY_DRAWLOOPER
#define SK_SUPPORT_LEGACY_DRAWLOOPER
#endif

// Skia is enabling this feature soon. Chrome probably does
// not want it for M64
#ifndef SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION
Expand Down

0 comments on commit e258b00

Please sign in to comment.