| 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 70429613a94d13f78afa43df3ff68f081ecaddcd..99637659cf5bf8ca612690c820dbe1220333eaac 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_utils.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_utils.h
|
| @@ -175,8 +175,9 @@ class GLES2_UTILS_EXPORT GLES2Util {
|
|
|
| static size_t GLTargetToFaceIndex(uint32_t target);
|
|
|
| - static uint32_t GetGLReadPixelsImplementationFormat(
|
| - uint32_t internal_format);
|
| + static uint32_t GetGLReadPixelsImplementationFormat(uint32_t internal_format,
|
| + uint32_t texture_type,
|
| + bool supports_bgra);
|
|
|
| static uint32_t GetGLReadPixelsImplementationType(
|
| uint32_t internal_format, uint32_t texture_type);
|
|
|