mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove unused GrContext in AndroidSurfaceGL (flutter/engine#7258)
This commit is contained in:
parent
f66774427d
commit
3c3ddb0a37
@ -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);
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user