| Index: gpu/command_buffer/service/context_state.h
|
| ===================================================================
|
| --- gpu/command_buffer/service/context_state.h (revision 261814)
|
| +++ gpu/command_buffer/service/context_state.h (working copy)
|
| @@ -22,6 +22,7 @@
|
|
|
| class Buffer;
|
| class ErrorState;
|
| +class ErrorStateClient;
|
| class FeatureInfo;
|
| class Framebuffer;
|
| class Program;
|
| @@ -93,7 +94,9 @@
|
| };
|
|
|
| struct GPU_EXPORT ContextState {
|
| - ContextState(FeatureInfo* feature_info, Logger* logger);
|
| + ContextState(FeatureInfo* feature_info,
|
| + ErrorStateClient* error_state_client,
|
| + Logger* logger);
|
| ~ContextState();
|
|
|
| void Initialize();
|
|
|