Chromium Code Reviews| Index: content/browser/renderer_host/compositor_impl_android.cc |
| diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc |
| index f4ae15040b2285108164a1c5076ed356efc13906..a75b5ccacdab4d94023b84af9c43a95457f3cd1f 100644 |
| --- a/content/browser/renderer_host/compositor_impl_android.cc |
| +++ b/content/browser/renderer_host/compositor_impl_android.cc |
| @@ -405,7 +405,7 @@ void CompositorImpl::SetWindowSurface(ANativeWindow* window) { |
| surface_id_ = tracker->AddSurfaceForNativeWidget(window); |
| tracker->SetSurfaceHandle( |
| surface_id_, |
| - gfx::GLSurfaceHandle(gfx::kNullPluginWindow, gfx::NATIVE_DIRECT)); |
| + gfx::GLSurfaceHandle(surface_id_, gfx::NATIVE_DIRECT)); |
|
piman
2015/09/23 04:50:51
I moved the surface id into the handle slot, becau
|
| SetVisible(true); |
| } |
| } |