Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(634)

Unified Diff: services/ui/ws/server_window_surface.cc

Issue 2167713002: cc: Delete SurfaceDrawStatus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698