Remove unused GrContext in AndroidSurfaceGL (#7258)

This commit is contained in:
Jason Simmons 2018-12-19 15:06:58 -08:00 committed by GitHub
parent c08a80ada6
commit 5ec8ef8509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
};