Merge "IWYU"

This commit is contained in:
TreeHugger Robot
2019-01-25 21:13:38 +00:00
committed by Android (Google) Code Review
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)