Index: content/browser/gpu/gpu_internals_ui.cc |
diff --git a/content/browser/gpu/gpu_internals_ui.cc b/content/browser/gpu/gpu_internals_ui.cc |
index 46000b7716cc3f434178f194fadf2f426d1c0002..d6541b52c3d6db6e200a6c534f541a0ff2ffae70 100644 |
--- a/content/browser/gpu/gpu_internals_ui.cc |
+++ b/content/browser/gpu/gpu_internals_ui.cc |
@@ -269,6 +269,15 @@ Value* GetFeatureStatus() { |
false |
}, |
{ |
+ "flash_stage3d_baseline", |
+ flags & (content::GPU_FEATURE_TYPE_FLASH_STAGE3D_BASELINE | |
+ content::GPU_FEATURE_TYPE_FLASH_STAGE3D), |
+ command_line.HasSwitch(switches::kDisableFlashStage3d), |
+ "Using Stage3d Baseline profile in Flash has been disabled, either" |
+ " via about:flags or command line.", |
+ false |
+ }, |
+ { |
"texture_sharing", |
flags & GPU_FEATURE_TYPE_TEXTURE_SHARING, |
command_line.HasSwitch(switches::kDisableImageTransportSurface), |