| Index: webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| index 4603afbc71ec548daecc7e9f88629555491e889c..de30987426d18e607c19f4fc3af58ceb5f1ff8f8 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| @@ -57,7 +57,7 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D {
|
| // is gfx::kNullPluginWindow, then it creates an offscreen context.
|
| // share_group is the group this context shares namespaces with. It's only
|
| // used for window-bound countexts.
|
| - WebGraphicsContext3DInProcessImpl(gfx::PluginWindowHandle window,
|
| + WebGraphicsContext3DInProcessImpl(gfx::AcceleratedWidget window,
|
| gfx::GLShareGroup* share_group);
|
| virtual ~WebGraphicsContext3DInProcessImpl();
|
|
|
| @@ -522,7 +522,7 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D {
|
|
|
| ShHandle fragment_compiler_;
|
| ShHandle vertex_compiler_;
|
| - gfx::PluginWindowHandle window_;
|
| + gfx::AcceleratedWidget window_;
|
| scoped_refptr<gfx::GLShareGroup> share_group_;
|
| };
|
|
|
|
|