diff options
author | Brian Salomon <bsalomon@google.com> | 2016-12-05 13:14:44 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2016-12-05 19:06:43 +0000 |
commit | fe647b2d9ae04e94f030e5ee6e0e81e88c533ca9 (patch) | |
tree | ea81ee0da18f8bcbfd722e25569c313b33d7578a /include | |
parent | 287f6512f34d456b593ea030197925dfc5b15c65 (diff) |
Make flag values in GrResourceProvider and GrTextureProvider consistent
BUG=chromium:665673
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=5602
Change-Id: I41522aa24cd4b4a7e085132dd9bcbfdd66bd9617
Reviewed-on: https://skia-review.googlesource.com/5602
Reviewed-by: Chris Dalton <csmartdalton@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/GrTextureProvider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gpu/GrTextureProvider.h b/include/gpu/GrTextureProvider.h index efecc96358..f3ecfed0ef 100644 --- a/include/gpu/GrTextureProvider.h +++ b/include/gpu/GrTextureProvider.h @@ -139,6 +139,7 @@ protected: kExact_ScratchTextureFlag = 0x1, kNoPendingIO_ScratchTextureFlag = 0x2, // (http://skbug.com/4156) kNoCreate_ScratchTextureFlag = 0x4, + kLastScratchTextureFlag = kNoCreate_ScratchTextureFlag }; /** A common impl for GrTextureProvider and GrResourceProvider variants. */ |