Chromium Code Reviews| Index: services/ui/ws/server_window_surface.cc |
| diff --git a/services/ui/ws/server_window_surface.cc b/services/ui/ws/server_window_surface.cc |
| index 154667fe85212f10a0b7d5f22d8f1150566f388d..50fe11db58aae91c816ba8f8e08198939b12baba 100644 |
| --- a/services/ui/ws/server_window_surface.cc |
| +++ b/services/ui/ws/server_window_surface.cc |
| @@ -17,7 +17,7 @@ namespace ui { |
| namespace ws { |
| namespace { |
| -void CallCallback(const base::Closure& callback, cc::SurfaceDrawStatus status) { |
| +void CallCallback(const base::Closure& callback) { |
|
sky
2016/07/20 15:56:35
Same comment here as to if callback can be supplie
Fady Samuel
2016/07/20 20:31:33
Done.
|
| callback.Run(); |
| } |