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

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

Issue 225903006: PPAPI: Run clang_format.py on content/renderer/pepper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 8 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 | « content/renderer/pepper/host_resource_var.cc ('k') | content/renderer/pepper/host_var_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/host_var_tracker.h
diff --git a/content/renderer/pepper/host_var_tracker.h b/content/renderer/pepper/host_var_tracker.h
index 5ab4df458ba91123f9aa485ca9f91014106f7b01..6abbf869765c06a6c180d3a0181a82807369eab4 100644
--- a/content/renderer/pepper/host_var_tracker.h
+++ b/content/renderer/pepper/host_var_tracker.h
@@ -51,8 +51,7 @@ class HostVarTracker : public ppapi::VarTracker {
// Returns the number of NPObjectVar's associated with the given instance.
// Returns 0 if the instance isn't known.
- CONTENT_EXPORT int GetLiveNPObjectVarsForInstance(
- PP_Instance instance) const;
+ CONTENT_EXPORT int GetLiveNPObjectVarsForInstance(PP_Instance instance) const;
// VarTracker public implementation.
virtual PP_Var MakeResourcePPVarFromMessage(
@@ -73,10 +72,11 @@ class HostVarTracker : public ppapi::VarTracker {
private:
// VarTracker private implementation.
- virtual ppapi::ArrayBufferVar* CreateArrayBuffer(
- uint32 size_in_bytes) OVERRIDE;
+ virtual ppapi::ArrayBufferVar* CreateArrayBuffer(uint32 size_in_bytes)
+ OVERRIDE;
virtual ppapi::ArrayBufferVar* CreateShmArrayBuffer(
- uint32 size_in_bytes, base::SharedMemoryHandle handle) OVERRIDE;
+ uint32 size_in_bytes,
+ base::SharedMemoryHandle handle) OVERRIDE;
// Clear the reference count of the given object and remove it from
// live_vars_.
« no previous file with comments | « content/renderer/pepper/host_resource_var.cc ('k') | content/renderer/pepper/host_var_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698