Chromium Code Reviews| Index: content/common/gpu/ca_layer_tree_mac.mm |
| diff --git a/content/common/gpu/ca_layer_tree_mac.mm b/content/common/gpu/ca_layer_tree_mac.mm |
| index cac3dfe9ac10de8a00793e059a96180838d3e06c..43873d07fb6e48bf00aeb0db102895e4ce5bf037 100644 |
| --- a/content/common/gpu/ca_layer_tree_mac.mm |
| +++ b/content/common/gpu/ca_layer_tree_mac.mm |
| @@ -255,7 +255,10 @@ CALayerTree::ContentLayer::ContentLayer( |
| if (IOSurfaceGetPixelFormat(io_surface) == |
| kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange && |
| contents_rect == gfx::RectF(0, 0, 1, 1)) { |
| - use_av_layer = true; |
| + // Leave AVFoundation disabled for now while crashing and flashing bugs are |
| + // being investigated. |
| + // http://crbug.com/598243, http://crbug.com/598388 |
|
erikchen
2016/04/01 20:16:37
s/http/https
|
| + use_av_layer = false; |
| } |
| } |