Index: gpu/command_buffer/common/gles2_cmd_utils.h |
diff --git a/gpu/command_buffer/common/gles2_cmd_utils.h b/gpu/command_buffer/common/gles2_cmd_utils.h |
index 875bc35d2d54366b93ad9ef2ccb5087c38746169..fcd1c60d8422cb4ac378ab86de712cc88359869e 100644 |
--- a/gpu/command_buffer/common/gles2_cmd_utils.h |
+++ b/gpu/command_buffer/common/gles2_cmd_utils.h |
@@ -302,6 +302,7 @@ enum ContextType { |
CONTEXT_TYPE_OPENGLES3, |
CONTEXT_TYPE_LAST = CONTEXT_TYPE_OPENGLES3 |
}; |
+GLES2_UTILS_EXPORT bool IsWebGLContextType(ContextType context_type); |
struct GLES2_UTILS_EXPORT ContextCreationAttribHelper { |
ContextCreationAttribHelper(); |