| Index: chrome/gpu/gpu_channel.h
|
| diff --git a/chrome/gpu/gpu_channel.h b/chrome/gpu/gpu_channel.h
|
| index a0f4655807730884bb65783cf7e7104e508cd9cd..d53744df79fd827fda09ab6c239ed048f620821f 100644
|
| --- a/chrome/gpu/gpu_channel.h
|
| +++ b/chrome/gpu/gpu_channel.h
|
| @@ -121,6 +121,7 @@ class GpuChannel : public IPC::Channel::Listener,
|
| #endif // defined (ENABLE_GPU)
|
|
|
| bool log_messages_; // True if we should log sent and received messages.
|
| + gpu::gles2::DisallowedExtensions disallowed_extensions_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GpuChannel);
|
| };
|
|
|