| Index: src/gpu/gl/GrGpuGL.cpp
|
| diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp
|
| index 8c6145a56708aa93bf747120a71412c23e36757d..dc2ef7d84efe0d0ef4dd86f36226078ccc74f4fd 100644
|
| --- a/src/gpu/gl/GrGpuGL.cpp
|
| +++ b/src/gpu/gl/GrGpuGL.cpp
|
| @@ -1351,10 +1351,6 @@ void GrGpuGL::clearStencilClip(const SkIRect& rect, bool insideClip) {
|
| fHWStencilSettings.invalidate();
|
| }
|
|
|
| -void GrGpuGL::onForceRenderTargetFlush() {
|
| - this->flushRenderTarget(&SkIRect::EmptyIRect());
|
| -}
|
| -
|
| bool GrGpuGL::readPixelsWillPayForYFlip(GrRenderTarget* renderTarget,
|
| int left, int top,
|
| int width, int height,
|
|
|