| Index: content/renderer/media/android/stream_texture_factory_synchronous_impl.cc
|
| diff --git a/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc b/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc
|
| index 5c0fb59065cdb91a5b37e7096ace45b6768d1199..c6eb63d931d4de172fb2a2c4b9e3a5a798e1b8f8 100644
|
| --- a/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc
|
| +++ b/content/renderer/media/android/stream_texture_factory_synchronous_impl.cc
|
| @@ -11,7 +11,7 @@
|
| #include "base/location.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/message_loop/message_loop_proxy.h"
|
| -#include "base/process/process.h"
|
| +#include "base/process/process_handle.h"
|
| #include "base/synchronization/lock.h"
|
| #include "cc/output/context_provider.h"
|
| #include "content/common/android/surface_texture_peer.h"
|
| @@ -185,7 +185,7 @@ void StreamTextureFactorySynchronousImpl::EstablishPeer(int32 stream_id,
|
| context_provider_->GetSurfaceTexture(stream_id);
|
| if (surface_texture.get()) {
|
| SurfaceTexturePeer::GetInstance()->EstablishSurfaceTexturePeer(
|
| - base::Process::Current().handle(),
|
| + base::GetCurrentProcessHandle(),
|
| surface_texture,
|
| frame_id_,
|
| player_id);
|
|
|