| Index: include/gpu/gl/angle/SkANGLEGLContext.h
|
| diff --git a/include/gpu/gl/angle/SkANGLEGLContext.h b/include/gpu/gl/angle/SkANGLEGLContext.h
|
| index 7858fff9649de75f4296936760bab8a5a4c47dc0..8d5f83041a9d4a268fad8432297a281605b2a469 100644
|
| --- a/include/gpu/gl/angle/SkANGLEGLContext.h
|
| +++ b/include/gpu/gl/angle/SkANGLEGLContext.h
|
| @@ -27,10 +27,6 @@
|
| }
|
| return ctx;
|
| }
|
| - GrEGLImage texture2DToEGLImage(GrGLuint texID) const override;
|
| - void destroyEGLImage(GrEGLImage) const override;
|
| - GrGLuint eglImageToExternalTexture(GrEGLImage) const override;
|
| - SkGLContext* createNew() const override;
|
|
|
| // The param is an EGLNativeDisplayType and the return is an EGLDispay.
|
| static void* GetD3DEGLDisplay(void* nativeDisplay, bool useGLBackend);
|
| @@ -46,7 +42,6 @@
|
| void* fContext;
|
| void* fDisplay;
|
| void* fSurface;
|
| - bool fIsGLBackend;
|
| };
|
|
|
| #endif
|
|
|