| Index: gpu/command_buffer/service/context_state.h
|
| diff --git a/gpu/command_buffer/service/context_state.h b/gpu/command_buffer/service/context_state.h
|
| index 2c1f0e172c0549803a143816423c7a759914d519..2697e155424fa5c7f5d67dc20e9d191b09185220 100644
|
| --- a/gpu/command_buffer/service/context_state.h
|
| +++ b/gpu/command_buffer/service/context_state.h
|
| @@ -22,7 +22,6 @@
|
|
|
| class Buffer;
|
| class ErrorState;
|
| -class ErrorStateClient;
|
| class FeatureInfo;
|
| class Framebuffer;
|
| class Program;
|
| @@ -94,9 +93,7 @@
|
| };
|
|
|
| struct GPU_EXPORT ContextState {
|
| - ContextState(FeatureInfo* feature_info,
|
| - ErrorStateClient* error_state_client,
|
| - Logger* logger);
|
| + ContextState(FeatureInfo* feature_info, Logger* logger);
|
| ~ContextState();
|
|
|
| void Initialize();
|
|
|