From ea4615034498aca2f9ca1753fb9a1ef10508d8cc Mon Sep 17 00:00:00 2001 From: robertphillips Date: Tue, 26 May 2015 11:38:03 -0700 Subject: Split drawing functionality out of GrContext and into new GrDrawContext This is mainly a mechanical CL. There were some fiddly bits in GrContext.cpp where it no longer had access to the GrDrawTarget (and had to use the new GrDrawContext). I've converted GrAARectRenderer & GrOvalRenderer into static classes so I could stop allocating them. Review URL: https://codereview.chromium.org/1151283004 --- src/gpu/GrBatchFontCache.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gpu/GrBatchFontCache.h') diff --git a/src/gpu/GrBatchFontCache.h b/src/gpu/GrBatchFontCache.h index f1c56ac00c..9804750f17 100644 --- a/src/gpu/GrBatchFontCache.h +++ b/src/gpu/GrBatchFontCache.h @@ -9,7 +9,6 @@ #define GrBatchFontCache_DEFINED #include "GrBatchAtlas.h" -#include "GrDrawTarget.h" #include "GrFontScaler.h" #include "GrGlyph.h" #include "SkTDynamicHash.h" -- cgit v1.2.3