| Index: gpu/demos/framework/window.h
|
| diff --git a/gpu/demos/framework/window.h b/gpu/demos/framework/window.h
|
| index 80b8b6723521b3be559ddd30819486fef7354c24..fe8a39a194cb8f736d2a9fa111f05b140b583a7b 100644
|
| --- a/gpu/demos/framework/window.h
|
| +++ b/gpu/demos/framework/window.h
|
| @@ -42,9 +42,9 @@ class Window {
|
| gfx::NativeWindow CreateNativeWindow(const wchar_t* title,
|
| int width, int height);
|
| // Converts native window handle to NPAPI plugin window handle.
|
| - gfx::PluginWindowHandle PluginWindow(gfx::NativeWindow hwnd);
|
| + gfx::AcceleratedWidget PluginWindow(gfx::NativeWindow hwnd);
|
| // Creates an OpenGL ES 2.0 rendering context for the given window.
|
| - bool CreateRenderContext(gfx::PluginWindowHandle hwnd);
|
| + bool CreateRenderContext(gfx::AcceleratedWidget hwnd);
|
|
|
| gfx::NativeWindow window_handle_;
|
| scoped_ptr<Demo> demo_;
|
|
|