aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/text/GrAtlasManager.cpp
diff options
context:
space:
mode:
authorGravatar Timothy Liang <timliang@google.com>2018-06-13 17:12:52 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-06-14 13:46:47 +0000
commite6f2ecafaf0efecacfd4256f280e26ee74cb7e16 (patch)
tree38380719920daa633ca82d39c85514d6b2961068 /src/gpu/text/GrAtlasManager.cpp
parent861ea5b7b24ed272a76aa27b3d6fd3fb18c4e8cc (diff)
added 565 to 8888 conversion for gpu LCD text rendering for macOS
Bug: skia: Change-Id: Ie24160bb098d388bf4ad69d0c2f9f8ed4beb215c Reviewed-on: https://skia-review.googlesource.com/134508 Commit-Queue: Timothy Liang <timliang@google.com> Reviewed-by: Jim Van Verth <jvanverth@google.com>
Diffstat (limited to 'src/gpu/text/GrAtlasManager.cpp')
-rw-r--r--src/gpu/text/GrAtlasManager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/text/GrAtlasManager.cpp b/src/gpu/text/GrAtlasManager.cpp
index ec07429180..e589b20814 100644
--- a/src/gpu/text/GrAtlasManager.cpp
+++ b/src/gpu/text/GrAtlasManager.cpp
@@ -7,10 +7,8 @@
#include "GrAtlasManager.h"
-#include "GrCaps.h"
#include "GrGlyph.h"
#include "GrGlyphCache.h"
-#include "GrProxyProvider.h"
void GrAtlasManager::ComputeAtlasLimits(int maxTextureSize, size_t maxTextureBytes, int* maxDim,
int* minDim, int* maxPlot, int* minPlot) {