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

Unified Diff: content/browser/gpu_blacklist.cc

Issue 6588138: Implemented multisampling control in software rendering list. Move prelimina... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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
« chrome/common/gpu_messages_internal.h ('K') | « chrome/gpu/gpu_thread.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu_blacklist.cc
===================================================================
--- content/browser/gpu_blacklist.cc (revision 76655)
+++ content/browser/gpu_blacklist.cc (working copy)
@@ -433,6 +433,7 @@
case GpuFeatureFlags::kGpuFeatureAccelerated2dCanvas:
case GpuFeatureFlags::kGpuFeatureAcceleratedCompositing:
case GpuFeatureFlags::kGpuFeatureWebgl:
+ case GpuFeatureFlags::kGpuFeatureMultisampling:
case GpuFeatureFlags::kGpuFeatureAll:
flags |= type;
break;
« chrome/common/gpu_messages_internal.h ('K') | « chrome/gpu/gpu_thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698