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

Unified Diff: gpu/demos/framework/window_win.cc

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 | « gpu/demos/framework/window_mac.mm ('k') | third_party/khronos/EGL/eglplatform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/demos/framework/window_win.cc
diff --git a/gpu/demos/framework/window_win.cc b/gpu/demos/framework/window_win.cc
index dfd79fc7d4ee73551d4c459bc65f21814849cfe0..a7ec834d4e8ee52666c865ccf8e1f56cee9d0858 100644
--- a/gpu/demos/framework/window_win.cc
+++ b/gpu/demos/framework/window_win.cc
@@ -96,7 +96,7 @@ gfx::NativeWindow Window::CreateNativeWindow(const wchar_t* title,
return hwnd;
}
-gfx::PluginWindowHandle Window::PluginWindow(gfx::NativeWindow hwnd) {
+gfx::AcceleratedWidget Window::PluginWindow(gfx::NativeWindow hwnd) {
return hwnd;
}
« no previous file with comments | « gpu/demos/framework/window_mac.mm ('k') | third_party/khronos/EGL/eglplatform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698