diff options
author | bsalomon <bsalomon@google.com> | 2015-05-22 08:01:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-22 08:01:09 -0700 |
commit | eb1cb5c5b50febad115d859faca91d2d6af3fff2 (patch) | |
tree | 984e4506e3f454463c0975fbd33bc55f2aeffc20 /src/effects | |
parent | 706f08fbcb7f5275235784f67bd7d188ad04eef2 (diff) |
rename GrDrawTargetCaps.h to GrCaps.h and move to include
Review URL: https://codereview.chromium.org/1135113005
Diffstat (limited to 'src/effects')
-rw-r--r-- | src/effects/SkArithmeticMode_gpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/SkArithmeticMode_gpu.h b/src/effects/SkArithmeticMode_gpu.h index a8e32ab03a..cbf32ff9cb 100644 --- a/src/effects/SkArithmeticMode_gpu.h +++ b/src/effects/SkArithmeticMode_gpu.h @@ -12,8 +12,8 @@ #if SK_SUPPORT_GPU +#include "GrCaps.h" #include "GrCoordTransform.h" -#include "GrDrawTargetCaps.h" #include "GrFragmentProcessor.h" #include "GrTextureAccess.h" #include "GrTypes.h" |