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

Unified Diff: src/gpu/GrFlushToGpuDrawTarget.cpp

Issue 1104343003: remove old text contexts and fontcache (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweak Created 5 years, 8 months 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/GrDistanceFieldTextContext.cpp ('k') | src/gpu/GrFontCache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrFlushToGpuDrawTarget.cpp
diff --git a/src/gpu/GrFlushToGpuDrawTarget.cpp b/src/gpu/GrFlushToGpuDrawTarget.cpp
index 23fa310acb5301a1fa5e4cfa6293f8e58c0aaf53..1ccb25d8816b71ce76beb9a2a6a70e481ba0d5f4 100644
--- a/src/gpu/GrFlushToGpuDrawTarget.cpp
+++ b/src/gpu/GrFlushToGpuDrawTarget.cpp
@@ -7,7 +7,6 @@
#include "GrFlushToGpuDrawTarget.h"
#include "GrContext.h"
-#include "GrFontCache.h"
#include "GrGpu.h"
#include "GrBufferAllocPool.h"
@@ -86,8 +85,6 @@ void GrFlushToGpuDrawTarget::flush() {
}
fFlushing = true;
- fGpu->getContext()->getFontCache()->updateTextures();
-
fGpu->saveActiveTraceMarkers();
this->onFlush();
« no previous file with comments | « src/gpu/GrDistanceFieldTextContext.cpp ('k') | src/gpu/GrFontCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698