Index: src/gpu/GrTextStrike.cpp |
diff --git a/src/gpu/GrTextStrike.cpp b/src/gpu/GrTextStrike.cpp |
index 8ae10cc8ddafc937230b61be62408e830914012c..fa97f73f05c603911b685ce8068218f36ef3b2b0 100644 |
--- a/src/gpu/GrTextStrike.cpp |
+++ b/src/gpu/GrTextStrike.cpp |
@@ -7,7 +7,6 @@ |
#include "GrGpu.h" |
#include "GrRectanizer.h" |
-#include "GrSurfacePriv.h" |
#include "GrTextStrike.h" |
#include "GrTextStrike_impl.h" |
#include "SkString.h" |
@@ -207,7 +206,7 @@ |
#else |
filename.printf("fontcache_%d%d.png", gDumpCount, i); |
#endif |
- texture->surfacePriv().savePixels(filename.c_str()); |
+ texture->savePixels(filename.c_str()); |
} |
} |
} |