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

Unified Diff: content/renderer/pepper/host_array_buffer_var.h

Issue 225903006: PPAPI: Run clang_format.py on content/renderer/pepper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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: content/renderer/pepper/host_array_buffer_var.h
diff --git a/content/renderer/pepper/host_array_buffer_var.h b/content/renderer/pepper/host_array_buffer_var.h
index 13bd80630deb8a7fef1c5576c0dc2b10e99227e2..12ae7291221bea97f918a2952780e1ed2b6c9c76 100644
--- a/content/renderer/pepper/host_array_buffer_var.h
+++ b/content/renderer/pepper/host_array_buffer_var.h
@@ -25,10 +25,10 @@ class HostArrayBufferVar : public ppapi::ArrayBufferVar {
virtual void* Map() OVERRIDE;
virtual void Unmap() OVERRIDE;
virtual uint32 ByteLength() OVERRIDE;
- virtual bool CopyToNewShmem(
- PP_Instance instance,
- int* host_shm_handle_id,
- base::SharedMemoryHandle* plugin_shm_handle) OVERRIDE;
+ virtual bool CopyToNewShmem(PP_Instance instance,
+ int* host_shm_handle_id,
+ base::SharedMemoryHandle* plugin_shm_handle)
+ OVERRIDE;
bbudge 2014/04/07 17:02:17 This is a little weird but consistent I guess.
blink::WebArrayBuffer& webkit_buffer() { return buffer_; }

Powered by Google App Engine
This is Rietveld 408576698