| 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 29f374618456a0a2839a8bf3487dadb3ad12592e..73534b81ad34a1d0cc3c76cad578979ca4f9311d 100644
|
| --- a/gpu/command_buffer/service/gl_state_restorer_impl.h
|
| +++ b/gpu/command_buffer/service/gl_state_restorer_impl.h
|
| @@ -27,6 +27,7 @@ class GPU_EXPORT GLStateRestorerImpl : public gfx::GLStateRestorer {
|
| virtual bool IsInitialized() OVERRIDE;
|
| virtual void RestoreState(const gfx::GLStateRestorer* prev_state) OVERRIDE;
|
| virtual void RestoreAllTextureUnitBindings() OVERRIDE;
|
| + virtual void RestoreActiveTextureUnitBinding(unsigned int target) OVERRIDE;
|
| virtual void RestoreFramebufferBindings() OVERRIDE;
|
|
|
| private:
|
|
|