Index: src/gpu/GrGpu.cpp |
diff --git a/src/gpu/GrGpu.cpp b/src/gpu/GrGpu.cpp |
index 328b40ed83e16d3927deeeb09639019614f7be58..7c694c9dbc1eb6b51d7fdcbc5274a3db7168e523 100644 |
--- a/src/gpu/GrGpu.cpp |
+++ b/src/gpu/GrGpu.cpp |
@@ -219,11 +219,6 @@ void GrGpu::clear(const SkIRect* rect, |
this->onClear(rect, color, canIgnoreRect); |
} |
-void GrGpu::forceRenderTargetFlush() { |
- this->handleDirtyContext(); |
- this->onForceRenderTargetFlush(); |
-} |
- |
bool GrGpu::readPixels(GrRenderTarget* target, |
int left, int top, int width, int height, |
GrPixelConfig config, void* buffer, |