| Index: src/gpu/gl/GrGLGpu.h
|
| diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h
|
| index 5f3a751fee2d6589ccba12f77c42473b2fea720f..d6af67947ab09ffc47c91888184e5e965dcc9321 100644
|
| --- a/src/gpu/gl/GrGLGpu.h
|
| +++ b/src/gpu/gl/GrGLGpu.h
|
| @@ -308,8 +308,6 @@ private:
|
| // bounds is region that may be modified.
|
| // nullptr means whole target. Can be an empty rect.
|
| void flushRenderTarget(GrGLRenderTarget*, const SkIRect* bounds, bool disableSRGB = false);
|
| - // Handles cases where a surface will be updated without a call to flushRenderTarget
|
| - void didWriteToSurface(GrSurface*, const SkIRect* bounds, int mipLevels = 1) const;
|
|
|
| // Need not be called if flushRenderTarget is used.
|
| void flushViewport(const GrGLIRect&);
|
|
|