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 c573b23369bfc3bcd719757904642ea6423b5c96..ad06a6e95bf6dffcc4109b8eaf29a7f2f03c5e6a 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder.h |
@@ -152,6 +152,8 @@ class GPU_EXPORT GLES2Decoder : public base::SupportsWeakPtr<GLES2Decoder>, |
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; |