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

Unified Diff: content/browser/gpu/gpu_blacklist.cc

Issue 12079111: Allow separately blacklisting Stage3D baseline mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | content/browser/gpu/gpu_internals_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_blacklist.cc
diff --git a/content/browser/gpu/gpu_blacklist.cc b/content/browser/gpu/gpu_blacklist.cc
index b1cfcca69ab091a5dab85330bda146ceb225f110..c4a28def65dedf916df3cdd04a28e27e2b7314db 100644
--- a/content/browser/gpu/gpu_blacklist.cc
+++ b/content/browser/gpu/gpu_blacklist.cc
@@ -949,6 +949,7 @@ bool GpuBlacklist::GpuBlacklistEntry::SetBlacklistedFeatures(
case GPU_FEATURE_TYPE_MULTISAMPLING:
case GPU_FEATURE_TYPE_FLASH3D:
case GPU_FEATURE_TYPE_FLASH_STAGE3D:
+ case GPU_FEATURE_TYPE_FLASH_STAGE3D_BASELINE:
case GPU_FEATURE_TYPE_TEXTURE_SHARING:
case GPU_FEATURE_TYPE_ACCELERATED_VIDEO_DECODE:
case GPU_FEATURE_TYPE_3D_CSS:
« no previous file with comments | « no previous file | content/browser/gpu/gpu_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698