aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/text
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-07-21 09:21:04 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-21 09:21:04 -0700
commit5fa7f30331585f78cf0f81ac185abbff1fee1152 (patch)
treed7e66b1fc8927769571675b7f677d14284c6f264 /src/gpu/text
parent0ae097d116f4332be02a135ffc99c162473dee6a (diff)
Remove DrawFace enum from GrPipelineBuilder
Diffstat (limited to 'src/gpu/text')
-rw-r--r--src/gpu/text/GrAtlasTextBlob.cpp1
-rw-r--r--src/gpu/text/GrBatchFontCache.h1
-rw-r--r--src/gpu/text/GrStencilAndCoverTextContext.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/gpu/text/GrAtlasTextBlob.cpp b/src/gpu/text/GrAtlasTextBlob.cpp
index 9ab9c1230d..12f35a38c8 100644
--- a/src/gpu/text/GrAtlasTextBlob.cpp
+++ b/src/gpu/text/GrAtlasTextBlob.cpp
@@ -10,6 +10,7 @@
#include "GrBlurUtils.h"
#include "GrContext.h"
#include "GrDrawContext.h"
+#include "GrPipelineBuilder.h"
#include "GrTextUtils.h"
#include "SkColorFilter.h"
#include "SkDrawFilter.h"
diff --git a/src/gpu/text/GrBatchFontCache.h b/src/gpu/text/GrBatchFontCache.h
index 2aa67ddebe..9e08c5303f 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"
diff --git a/src/gpu/text/GrStencilAndCoverTextContext.cpp b/src/gpu/text/GrStencilAndCoverTextContext.cpp
index 9cc0d7acb8..ebf735a55e 100644
--- a/src/gpu/text/GrStencilAndCoverTextContext.cpp
+++ b/src/gpu/text/GrStencilAndCoverTextContext.cpp
@@ -11,6 +11,7 @@
#include "GrDrawContext.h"
#include "GrPath.h"
#include "GrPathRange.h"
+#include "GrPipelineBuilder.h"
#include "GrResourceProvider.h"
#include "GrTextUtils.h"
#include "SkAutoKern.h"