| Index: gpu/command_buffer/service/gl_state_restorer_impl.h
|
| diff --git a/gpu/command_buffer/service/gl_state_restorer_impl.h b/gpu/command_buffer/service/gl_state_restorer_impl.h
|
| index 760fde684cb9b9591ff9d0b612136b346576f95c..187dcec188dd61958ed0a9abb1fc403da4f39d1d 100644
|
| --- a/gpu/command_buffer/service/gl_state_restorer_impl.h
|
| +++ b/gpu/command_buffer/service/gl_state_restorer_impl.h
|
| @@ -20,13 +20,13 @@ struct ContextState;
|
| }
|
|
|
| // This class implements a GLStateRestorer that forwards to a GLES2Decoder.
|
| -class GPU_EXPORT GLStateRestorerImpl : public gfx::GLStateRestorer {
|
| +class GPU_EXPORT GLStateRestorerImpl : public gl::GLStateRestorer {
|
| public:
|
| explicit GLStateRestorerImpl(base::WeakPtr<gles2::GLES2Decoder> decoder);
|
| ~GLStateRestorerImpl() override;
|
|
|
| bool IsInitialized() override;
|
| - void RestoreState(const gfx::GLStateRestorer* prev_state) override;
|
| + void RestoreState(const gl::GLStateRestorer* prev_state) override;
|
| void RestoreAllTextureUnitBindings() override;
|
| void RestoreActiveTextureUnitBinding(unsigned int target) override;
|
| void RestoreAllExternalTextureBindingsIfNeeded() override;
|
|
|