aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/text
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-12-16 14:24:46 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-16 23:50:06 +0000
commit903da79a19c35723ff198d56923250d5f3fe0f15 (patch)
treec92fa52c1308d8e28639db5e123516e092b3417c /src/gpu/text
parenta97a60c8ecaa5c59334e404750d6299f7b08015d (diff)
Rename GrBatchAtlas files to GrDrawOpAtlas
This intermediary change only exists to make the actual class rename change readable on gerrit due to gerrit not recognizing file renames correctly. Change-Id: I919f84837fb17191ca49f00f82e56330f84766da Reviewed-on: https://skia-review.googlesource.com/6190 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'src/gpu/text')
-rw-r--r--src/gpu/text/GrAtlasGlyphCache.h2
-rw-r--r--src/gpu/text/GrAtlasTextBlob.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/text/GrAtlasGlyphCache.h b/src/gpu/text/GrAtlasGlyphCache.h
index 531126668a..ce86e710b6 100644
--- a/src/gpu/text/GrAtlasGlyphCache.h
+++ b/src/gpu/text/GrAtlasGlyphCache.h
@@ -8,7 +8,7 @@
#ifndef GrAtlasGlyphCache_DEFINED
#define GrAtlasGlyphCache_DEFINED
-#include "GrBatchAtlas.h"
+#include "GrDrawOpAtlas.h"
#include "GrCaps.h"
#include "GrGlyph.h"
#include "SkGlyphCache.h"
diff --git a/src/gpu/text/GrAtlasTextBlob.h b/src/gpu/text/GrAtlasTextBlob.h
index 149aa6642d..e0b4a0573e 100644
--- a/src/gpu/text/GrAtlasTextBlob.h
+++ b/src/gpu/text/GrAtlasTextBlob.h
@@ -9,7 +9,7 @@
#define GrAtlasTextBlob_DEFINED
#include "GrAtlasGlyphCache.h"
-#include "GrBatchAtlas.h"
+#include "GrDrawOpAtlas.h"
#include "GrColor.h"
#include "GrMemoryPool.h"
#include "SkDescriptor.h"