Add include before SK_SUPPORT_GPU in SkArithmeticMode_gpu.h to fix android build
BUG=skia: Review URL: https://codereview.chromium.org/852193002
This commit is contained in:
parent
1a178ca6dd
commit
04ea6344fe
@ -8,6 +8,8 @@
|
||||
#ifndef SkArithmeticMode_gpu_DEFINED
|
||||
#define SkArithmeticMode_gpu_DEFINED
|
||||
|
||||
#include "SkTypes.h"
|
||||
|
||||
#if SK_SUPPORT_GPU
|
||||
|
||||
#include "GrCoordTransform.h"
|
||||
|
Loading…
Reference in New Issue
Block a user