Remove unused GrContext in AndroidSurfaceGL (flutter/engine#7258)

This commit is contained in:
Jason Simmons
2018-12-19 15:06:58 -08:00
committed by GitHub
parent f66774427d
commit 3c3ddb0a37

View File

@@ -61,7 +61,6 @@ class AndroidSurfaceGL final : public GPUSurfaceGLDelegate,
private:
fml::RefPtr<AndroidContextGL> onscreen_context_;
fml::RefPtr<AndroidContextGL> offscreen_context_;
sk_sp<GrContext> gr_context_;
FML_DISALLOW_COPY_AND_ASSIGN(AndroidSurfaceGL);
};