Remove unused GrContext in AndroidSurfaceGL (flutter/engine#7258)
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user