aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl/GrGLTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/gl/GrGLTypes.h')
-rw-r--r--include/gpu/gl/GrGLTypes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/gpu/gl/GrGLTypes.h b/include/gpu/gl/GrGLTypes.h
index 75aa87d971..5916c69181 100644
--- a/include/gpu/gl/GrGLTypes.h
+++ b/include/gpu/gl/GrGLTypes.h
@@ -128,9 +128,4 @@ struct GrGLFramebufferInfo {
}
};
-#ifdef SK_SUPPORT_LEGACY_BACKEND_OBJECTS
-GR_STATIC_ASSERT(sizeof(GrBackendObject) >= sizeof(const GrGLTextureInfo*));
-GR_STATIC_ASSERT(sizeof(GrBackendObject) >= sizeof(const GrGLFramebufferInfo*));
-#endif
-
#endif