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

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: Fix style. 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 | « chrome/browser/gpu_process_host_ui_shim.cc ('k') | chrome/gpu/gpu_channel.cc » ('j') | no next file with comments »
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 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);
};
« no previous file with comments | « chrome/browser/gpu_process_host_ui_shim.cc ('k') | chrome/gpu/gpu_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698