summaryrefslogtreecommitdiffstats
path: root/content/gpu/gpu_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/gpu/gpu_channel.h')
-rw-r--r--content/gpu/gpu_channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/gpu/gpu_channel.h b/content/gpu/gpu_channel.h
index 5ad31e3..9c87c8e 100644
--- a/content/gpu/gpu_channel.h
+++ b/content/gpu/gpu_channel.h
@@ -120,6 +120,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);
};