X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Frenderer%2Fpepper%2Fhost_var_tracker.h;h=6abbf869765c06a6c180d3a0181a82807369eab4;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=5ab4df458ba91123f9aa485ca9f91014106f7b01;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/renderer/pepper/host_var_tracker.h b/src/content/renderer/pepper/host_var_tracker.h index 5ab4df4..6abbf86 100644 --- a/src/content/renderer/pepper/host_var_tracker.h +++ b/src/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_.