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

Unified Diff: ppapi/shared_impl/resource_var.cc

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/resource_tracker_unittest.cc ('k') | ppapi/shared_impl/scoped_pp_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/resource_var.cc
diff --git a/ppapi/shared_impl/resource_var.cc b/ppapi/shared_impl/resource_var.cc
index 1260843a28aa73100a4674c118273cf73d229342..40d9e356b2838462dc06b08841bf8c441ba154e2 100644
--- a/ppapi/shared_impl/resource_var.cc
+++ b/ppapi/shared_impl/resource_var.cc
@@ -9,25 +9,15 @@
namespace ppapi {
-int ResourceVar::GetPendingRendererHostId() const {
- return 0;
-}
+int ResourceVar::GetPendingRendererHostId() const { return 0; }
-int ResourceVar::GetPendingBrowserHostId() const {
- return 0;
-}
+int ResourceVar::GetPendingBrowserHostId() const { return 0; }
-const IPC::Message* ResourceVar::GetCreationMessage() const {
- return NULL;
-}
+const IPC::Message* ResourceVar::GetCreationMessage() const { return NULL; }
-ResourceVar* ResourceVar::AsResourceVar() {
- return this;
-}
+ResourceVar* ResourceVar::AsResourceVar() { return this; }
-PP_VarType ResourceVar::GetType() const {
- return PP_VARTYPE_RESOURCE;
-}
+PP_VarType ResourceVar::GetType() const { return PP_VARTYPE_RESOURCE; }
// static
ResourceVar* ResourceVar::FromPPVar(PP_Var var) {
« no previous file with comments | « ppapi/shared_impl/resource_tracker_unittest.cc ('k') | ppapi/shared_impl/scoped_pp_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698