Trying to land https://skia-review.googlesource.com/c/skia/+/185460

Test: make

Change-Id: Ia1dd2fb6911d3e562e9c68e8ad03136f96b2d7c0
This commit is contained in:
Mike Reed
2019-01-25 13:04:14 -05:00
parent 3e6de26e7a
commit 0ea09a4f4a
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
#include "SkBlurDrawLooper.h"
#include "SkColorFilter.h"
#include "SkFont.h"
#include "SkFontMetrics.h"
#include "SkFontTypes.h"
#include "SkMaskFilter.h"
#include "SkPath.h"

View File

@@ -99,7 +99,7 @@ void Paint::setAntiAlias(bool aa) {
////////////////// Java flags compatibility //////////////////
/* Flags are tricky. Java has its own idea of the "paint" flags, but they don't really
/* Flags are tricky. Java has its own idea of the "paint" flags, but they don't really
match up with skia anymore, so we have to do some shuffling in get/set flags()
3 flags apply to SkPaint (antialias, dither, filter -> enum)