Index: src/gpu/gl/GrGpuGL.h |
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h |
index c644fbbac84238a66974f81176eb70aa637bffa9..82f419ea83e991b42ddb765e098c4d279adc246b 100644 |
--- a/src/gpu/gl/GrGpuGL.h |
+++ b/src/gpu/gl/GrGpuGL.h |
@@ -89,6 +89,8 @@ public: |
void notifyTextureDelete(GrGLTexture* texture); |
void notifyRenderTargetDelete(GrRenderTarget* renderTarget); |
+ virtual void resetTextureBinding() SK_OVERRIDE; |
+ |
protected: |
virtual bool onCopySurface(GrSurface* dst, |
GrSurface* src, |
@@ -102,7 +104,7 @@ protected: |
private: |
// GrGpu overrides |
- virtual void onResetContext() SK_OVERRIDE; |
+ virtual void onResetContext(int resetBits) SK_OVERRIDE; |
virtual GrTexture* onCreateTexture(const GrTextureDesc& desc, |
const void* srcData, |