Chromium Code Reviews| Index: gpu/command_buffer/common/debug_marker_manager.cc |
| =================================================================== |
| --- gpu/command_buffer/common/debug_marker_manager.cc (revision 247534) |
| +++ gpu/command_buffer/common/debug_marker_manager.cc (working copy) |
| @@ -21,7 +21,7 @@ |
| DebugMarkerManager::DebugMarkerManager() { |
| // Push root group. |
| - group_stack_.push(Group(std::string(""))); |
| + group_stack_.push(Group(std::string())); |
| } |
| DebugMarkerManager::~DebugMarkerManager() { |