From acb056eb781031b5fe7aac0be1d960cd37526458 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Tue, 18 Dec 2018 13:17:17 -0500 Subject: [PATCH] Remove unused macro GR_GL_CHECK_FBO_STATUS_ONCE_PER_FORMAT Change-Id: I697e34c779112a01b36580a2f22ebce420542e33 Reviewed-on: https://skia-review.googlesource.com/c/178933 Commit-Queue: Brian Salomon Commit-Queue: Greg Daniel Auto-Submit: Brian Salomon Reviewed-by: Greg Daniel --- include/gpu/gl/GrGLConfig.h | 4 ---- include/gpu/gl/GrGLConfig_chrome.h | 3 --- 2 files changed, 7 deletions(-) diff --git a/include/gpu/gl/GrGLConfig.h b/include/gpu/gl/GrGLConfig.h index 1526f06e6b..969128de11 100644 --- a/include/gpu/gl/GrGLConfig.h +++ b/include/gpu/gl/GrGLConfig.h @@ -114,10 +114,6 @@ #define GR_GL_CHECK_ALLOC_WITH_GET_ERROR 1 #endif -#if !defined(GR_GL_CHECK_FBO_STATUS_ONCE_PER_FORMAT) - #define GR_GL_CHECK_FBO_STATUS_ONCE_PER_FORMAT 0 -#endif - #if !defined(GR_GL_MUST_USE_VBO) #define GR_GL_MUST_USE_VBO 0 #endif diff --git a/include/gpu/gl/GrGLConfig_chrome.h b/include/gpu/gl/GrGLConfig_chrome.h index 838e0543e0..3ab1ab3950 100644 --- a/include/gpu/gl/GrGLConfig_chrome.h +++ b/include/gpu/gl/GrGLConfig_chrome.h @@ -19,9 +19,6 @@ // compositor also doesn't check its allocations. #define GR_GL_CHECK_ALLOC_WITH_GET_ERROR 0 -// CheckFramebufferStatus in chrome synchronizes the gpu and renderer processes. -#define GR_GL_CHECK_FBO_STATUS_ONCE_PER_FORMAT 1 - // Non-VBO vertices and indices are not allowed in Chromium. #define GR_GL_MUST_USE_VBO 1