Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / content / renderer / pepper / ppb_audio_impl.h
index 708524b..ecd49eb 100644 (file)
@@ -39,9 +39,9 @@ class PPB_Audio_Impl : public ppapi::Resource,
   virtual PP_Resource GetCurrentConfig() OVERRIDE;
   virtual PP_Bool StartPlayback() OVERRIDE;
   virtual PP_Bool StopPlayback() OVERRIDE;
-  virtual int32_t Open(
-      PP_Resource config_id,
-      scoped_refptr<ppapi::TrackedCallback> create_callback) OVERRIDE;
+  virtual int32_t Open(PP_Resource config_id,
+                       scoped_refptr<ppapi::TrackedCallback> create_callback)
+      OVERRIDE;
   virtual int32_t GetSyncSocket(int* sync_socket) OVERRIDE;
   virtual int32_t GetSharedMemory(int* shm_handle, uint32_t* shm_size) OVERRIDE;