Chromium Code Reviews| Index: components/view_manager/surfaces/surfaces_context_provider.cc |
| diff --git a/components/view_manager/surfaces/surfaces_context_provider.cc b/components/view_manager/surfaces/surfaces_context_provider.cc |
| index 34ab9d467ae26c51719421b15b95d459da2988f2..a398c38eebd691a32d1aa3e54cdb798dfb608ae1 100644 |
| --- a/components/view_manager/surfaces/surfaces_context_provider.cc |
| +++ b/components/view_manager/surfaces/surfaces_context_provider.cc |
| @@ -12,6 +12,7 @@ namespace surfaces { |
| SurfacesContextProvider::SurfacesContextProvider( |
| mojo::ScopedMessagePipeHandle command_buffer_handle) |
| : command_buffer_handle_(command_buffer_handle.Pass()), context_(nullptr) { |
| + capabilities_.gpu.image = true; |
|
danakj
2015/06/15 18:20:35
could you maybe add a comment pointing to where th
|
| } |
| bool SurfacesContextProvider::BindToCurrentThread() { |