From 5ec8ef85093475d0875cdf28cb2e9bc638a7fa2a Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Wed, 19 Dec 2018 15:06:58 -0800 Subject: [PATCH] Remove unused GrContext in AndroidSurfaceGL (#7258) --- shell/platform/android/android_surface_gl.h | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/platform/android/android_surface_gl.h b/shell/platform/android/android_surface_gl.h index 11badede13e..5c6f4aa65eb 100644 --- a/shell/platform/android/android_surface_gl.h +++ b/shell/platform/android/android_surface_gl.h @@ -61,7 +61,6 @@ class AndroidSurfaceGL final : public GPUSurfaceGLDelegate, private: fml::RefPtr onscreen_context_; fml::RefPtr offscreen_context_; - sk_sp gr_context_; FML_DISALLOW_COPY_AND_ASSIGN(AndroidSurfaceGL); };