Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(903)

Unified Diff: gpu/demos/framework/window.h

Issue 9160012: Change PluginWindowHandle to AcceleratedWidget in ui/gfx/gl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops mac Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/demos/framework/window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | gpu/demos/framework/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698