| Index: gpu/command_buffer/service/command_executor.h
|
| diff --git a/gpu/command_buffer/service/command_executor.h b/gpu/command_buffer/service/command_executor.h
|
| index bd90d6f3b507224c1a2957808fe856d059790617..7b3ce8965b3961d6575c4349d5eeb7b4f900f8c3 100644
|
| --- a/gpu/command_buffer/service/command_executor.h
|
| +++ b/gpu/command_buffer/service/command_executor.h
|
| @@ -93,6 +93,10 @@ class GPU_EXPORT CommandExecutor
|
| // determine if there's more idle work do be done after this has been called.
|
| void PerformIdleWork();
|
|
|
| + // Whether there is state that needs to be regularly polled.
|
| + bool HasPollingWork() const;
|
| + void PerformPollingWork();
|
| +
|
| CommandParser* parser() const { return parser_.get(); }
|
|
|
| private:
|
|
|