| Index: gpu/ipc/service/child_window_surface_win.h
|
| diff --git a/gpu/ipc/service/child_window_surface_win.h b/gpu/ipc/service/child_window_surface_win.h
|
| index 84857b6525072713e2c82e01ad5ed9646c0c2b9c..38f4a450cf4b6cef7b976e0d89dc23fb9996dedc 100644
|
| --- a/gpu/ipc/service/child_window_surface_win.h
|
| +++ b/gpu/ipc/service/child_window_surface_win.h
|
| @@ -13,7 +13,7 @@ namespace gpu {
|
|
|
| class GpuChannelManager;
|
|
|
| -class ChildWindowSurfaceWin : public gfx::NativeViewGLSurfaceEGL {
|
| +class ChildWindowSurfaceWin : public gl::NativeViewGLSurfaceEGL {
|
| public:
|
| ChildWindowSurfaceWin(GpuChannelManager* manager, HWND parent_window);
|
|
|
|
|