| Index: gpu/command_buffer/service/texture_manager.h
|
| diff --git a/gpu/command_buffer/service/texture_manager.h b/gpu/command_buffer/service/texture_manager.h
|
| index 479678cddb0ed39b0145df1bfba26b965e8ab57e..c491035b189013aefe12c432512646847d8c95ed 100644
|
| --- a/gpu/command_buffer/service/texture_manager.h
|
| +++ b/gpu/command_buffer/service/texture_manager.h
|
| @@ -146,7 +146,7 @@ class GPU_EXPORT Texture {
|
| }
|
|
|
| // Returns true of the given dimensions are inside the dimensions of the
|
| - // level and if the type matches the level.
|
| + // level.
|
| bool ValidForTexture(
|
| GLint target,
|
| GLint level,
|
| @@ -155,8 +155,7 @@ class GPU_EXPORT Texture {
|
| GLint zoffset,
|
| GLsizei width,
|
| GLsizei height,
|
| - GLsizei depth,
|
| - GLenum type) const;
|
| + GLsizei depth) const;
|
|
|
| bool IsValid() const {
|
| return !!target();
|
|
|