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

Side by Side Diff: mojo/public/cpp/bindings/callback.h

Issue 384513003: Remove RequestAnimationFrame from mojo, add delayed tasks to RunLoop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // This file was GENERATED by command: 1 // This file was GENERATED by command:
2 // pump.py callback.h.pump 2 // pump.py callback.h.pump
3 // DO NOT EDIT BY HAND!!! 3 // DO NOT EDIT BY HAND!!!
4 4
5 5
6 6
7 // Copyright 2014 The Chromium Authors. All rights reserved. 7 // Copyright 2014 The Chromium Authors. All rights reserved.
8 // Use of this source code is governed by a BSD-style license that can be 8 // Use of this source code is governed by a BSD-style license that can be
9 // found in the LICENSE file. 9 // found in the LICENSE file.
10 10
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 internal::Forward(a5), 479 internal::Forward(a5),
480 internal::Forward(a6), 480 internal::Forward(a6),
481 internal::Forward(a7)); 481 internal::Forward(a7));
482 } 482 }
483 Sink sink; 483 Sink sink;
484 }; 484 };
485 485
486 internal::SharedPtr<Runnable> sink_; 486 internal::SharedPtr<Runnable> sink_;
487 }; 487 };
488 488
489 typedef Callback<void()> Closure;
490
489 } // namespace mojo 491 } // namespace mojo
490 492
491 #endif // MOJO_PUBLIC_CPP_BINDINGS_CALLBACK_H_ 493 #endif // MOJO_PUBLIC_CPP_BINDINGS_CALLBACK_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698