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

Unified Diff: ppapi/shared_impl/tracked_callback.h

Issue 174213003: PPAPI: Use clang-format on ppapi/shared_impl (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove DEPS Created 6 years, 10 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
« no previous file with comments | « ppapi/shared_impl/time_conversion.cc ('k') | ppapi/shared_impl/tracked_callback.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/tracked_callback.h
diff --git a/ppapi/shared_impl/tracked_callback.h b/ppapi/shared_impl/tracked_callback.h
index c8b6c01362801df1b4a4c494fd70cca30af79995..294c9b99b4e3b89492e0c5d5c9fe438b6f078c3e 100644
--- a/ppapi/shared_impl/tracked_callback.h
+++ b/ppapi/shared_impl/tracked_callback.h
@@ -109,13 +109,9 @@ class PPAPI_SHARED_EXPORT TrackedCallback
bool aborted() const { return aborted_; }
// Returns true if this is a blocking callback.
- bool is_blocking() {
- return !callback_.func;
- }
+ bool is_blocking() { return !callback_.func; }
- MessageLoopShared* target_loop() const {
- return target_loop_.get();
- }
+ MessageLoopShared* target_loop() const { return target_loop_.get(); }
// Determines if the given callback is pending. A callback is pending if it
// has not completed and has not been aborted. When receiving a plugin call,
« no previous file with comments | « ppapi/shared_impl/time_conversion.cc ('k') | ppapi/shared_impl/tracked_callback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698