| Index: gpu/command_buffer/service/gles2_cmd_decoder.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.h b/gpu/command_buffer/service/gles2_cmd_decoder.h
|
| index ad06a6e95bf6dffcc4109b8eaf29a7f2f03c5e6a..c573b23369bfc3bcd719757904642ea6423b5c96 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.h
|
| @@ -152,8 +152,6 @@
|
| virtual void ClearAllAttributes() const = 0;
|
| virtual void RestoreAllAttributes() const = 0;
|
|
|
| - virtual void SetIgnoreCachedStateForTest(bool ignore) = 0;
|
| -
|
| // Gets the QueryManager for this context.
|
| virtual QueryManager* GetQueryManager() = 0;
|
|
|
|
|