Index: chrome/gpu/gpu_channel.h |
diff --git a/chrome/gpu/gpu_channel.h b/chrome/gpu/gpu_channel.h |
index 251210454edf7a92ca37821a1792c0843665fbb5..2b222b2fc5eafff9023d38e2b1ae346c6bfee4fa 100644 |
--- a/chrome/gpu/gpu_channel.h |
+++ b/chrome/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); |
}; |