Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1279)

Unified Diff: chrome/gpu/gpu_channel.h

Issue 6623063: Connect up --disable-gl-multisampling to command buffer (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/gpu/gpu_channel.cc » ('j') | chrome/gpu/gpu_channel.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « no previous file | chrome/gpu/gpu_channel.cc » ('j') | chrome/gpu/gpu_channel.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698