From 3e877d371a359097d7af28aa6e85026fa2318baa Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Fri, 23 Mar 2018 12:38:58 -0400 Subject: [PATCH] Remove declaration for undefined GPUSurfaceGL::SelectPixelConfig (#4857) --- shell/gpu/gpu_surface_gl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell/gpu/gpu_surface_gl.h b/shell/gpu/gpu_surface_gl.h index 3f951a448..5cf092dae 100644 --- a/shell/gpu/gpu_surface_gl.h +++ b/shell/gpu/gpu_surface_gl.h @@ -52,8 +52,6 @@ class GPUSurfaceGL : public Surface { bool PresentSurface(SkCanvas* canvas); - bool SelectPixelConfig(GrPixelConfig* config); - FXL_DISALLOW_COPY_AND_ASSIGN(GPUSurfaceGL); }; -- GitLab