Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: src/gpu/GrFontCache.cpp

Issue 780923002: Ganesh text rendering cleanup. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/gpu/GrFontCache.h ('k') | src/gpu/GrInOrderDrawBuffer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrFontCache.cpp
diff --git a/src/gpu/GrTextStrike.cpp b/src/gpu/GrFontCache.cpp
similarity index 99%
rename from src/gpu/GrTextStrike.cpp
rename to src/gpu/GrFontCache.cpp
index aa5cd94a609bfb5f75567fd3d50aabda59f2cc73..cd1badabd9a8dc872373cc32b1686dac89f240e1 100644
--- a/src/gpu/GrTextStrike.cpp
+++ b/src/gpu/GrFontCache.cpp
@@ -5,11 +5,10 @@
* found in the LICENSE file.
*/
+#include "GrFontCache.h"
#include "GrGpu.h"
#include "GrRectanizer.h"
#include "GrSurfacePriv.h"
-#include "GrTextStrike.h"
-#include "GrTextStrike_impl.h"
#include "SkString.h"
#include "SkDistanceFieldGen.h"
« no previous file with comments | « src/gpu/GrFontCache.h ('k') | src/gpu/GrInOrderDrawBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698