aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGlyph.h
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/GrGlyph.h
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/GrGlyph.h')
-rw-r--r--src/gpu/GrGlyph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrGlyph.h b/src/gpu/GrGlyph.h
index 5e611ce168..24bc7ca80e 100644
--- a/src/gpu/GrGlyph.h
+++ b/src/gpu/GrGlyph.h
@@ -8,7 +8,7 @@
#ifndef GrGlyph_DEFINED
#define GrGlyph_DEFINED
-#include "GrBatchAtlas.h"
+#include "GrDrawOpAtlas.h"
#include "GrRect.h"
#include "GrTypes.h"