commit | 5fa7f30331585f78cf0f81ac185abbff1fee1152 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Thu Jul 21 09:21:04 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jul 21 09:21:04 2016 -0700 |
tree | d7e66b1fc8927769571675b7f677d14284c6f264 | |
parent | 0ae097d116f4332be02a135ffc99c162473dee6a [diff] [blame] |
Remove DrawFace enum from GrPipelineBuilder This gets GrPipelineBuilder.h out of the headers GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2165283002 Committed: https://skia.googlesource.com/skia/+/da152ebb032c61bb2561bbb3e9a78037ad174d34 Review-Url: https://codereview.chromium.org/2165283002
diff --git a/src/gpu/text/GrBatchFontCache.h b/src/gpu/text/GrBatchFontCache.h index 2aa67dd..9e08c53 100644 --- a/src/gpu/text/GrBatchFontCache.h +++ b/src/gpu/text/GrBatchFontCache.h
@@ -9,6 +9,7 @@ #define GrBatchFontCache_DEFINED #include "GrBatchAtlas.h" +#include "GrCaps.h" #include "GrGlyph.h" #include "SkGlyphCache.h" #include "SkTDynamicHash.h"