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

Unified Diff: ppapi/shared_impl/var.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/url_response_info_data.cc ('k') | ppapi/shared_impl/var.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/var.h
diff --git a/ppapi/shared_impl/var.h b/ppapi/shared_impl/var.h
index a52dc3accc3da5d98107cf47876d298fd8f78088..a8dec33719c2b061b7a4e8e97f986382edbb7738 100644
--- a/ppapi/shared_impl/var.h
+++ b/ppapi/shared_impl/var.h
@@ -172,10 +172,9 @@ class PPAPI_SHARED_EXPORT ArrayBufferVar : public Var {
//
// Returns true if creating the shared memory (and copying) is successful,
// false otherwise.
- virtual bool CopyToNewShmem(
- PP_Instance instance,
- int *host_shm_handle_id,
- base::SharedMemoryHandle *plugin_shm_handle) = 0;
+ virtual bool CopyToNewShmem(PP_Instance instance,
+ int* host_shm_handle_id,
+ base::SharedMemoryHandle* plugin_shm_handle) = 0;
// Var override.
virtual ArrayBufferVar* AsArrayBufferVar() OVERRIDE;
« no previous file with comments | « ppapi/shared_impl/url_response_info_data.cc ('k') | ppapi/shared_impl/var.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698