Index: src/gpu/gl/GrGLGpu.h |
diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h |
index e5cd7a9a9d1de3c1edf7723de98628eaa2880fef..5fc64702b5a2ad4c0aea053314e648dae00443ac 100644 |
--- a/src/gpu/gl/GrGLGpu.h |
+++ b/src/gpu/gl/GrGLGpu.h |
@@ -96,11 +96,6 @@ public: |
fHWGeometryState.notifyIndexBufferDelete(id); |
} |
- bool copySurface(GrSurface* dst, |
- GrSurface* src, |
- const SkIRect& srcRect, |
- const SkIPoint& dstPoint) override; |
- |
void xferBarrier(GrRenderTarget*, GrXferBarrierType) override; |
void buildProgramDesc(GrProgramDesc*, |
@@ -153,6 +148,11 @@ private: |
void onDraw(const DrawArgs&, const GrNonInstancedVertices&) override; |
+ bool onCopySurface(GrSurface* dst, |
+ GrSurface* src, |
+ const SkIRect& srcRect, |
+ const SkIPoint& dstPoint) override; |
+ |
void clearStencil(GrRenderTarget*) override; |
// GrDrawTarget overrides |