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

Unified Diff: gpu/demos/framework/window_linux.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.cc ('k') | gpu/demos/framework/window_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/demos/framework/window_linux.cc
diff --git a/gpu/demos/framework/window_linux.cc b/gpu/demos/framework/window_linux.cc
index a6736120864d8b8500332c1f0e17a5f59d26932d..7687001f4429c2a2ce50b80e79ad2f1eb3e91184 100644
--- a/gpu/demos/framework/window_linux.cc
+++ b/gpu/demos/framework/window_linux.cc
@@ -56,7 +56,7 @@ gfx::NativeWindow Window::CreateNativeWindow(const wchar_t* title,
return GTK_WINDOW(hwnd);
}
-gfx::PluginWindowHandle Window::PluginWindow(gfx::NativeWindow hwnd) {
+gfx::AcceleratedWidget Window::PluginWindow(gfx::NativeWindow hwnd) {
return GDK_WINDOW_XWINDOW(GTK_WIDGET(hwnd)->window);
}
« no previous file with comments | « gpu/demos/framework/window.cc ('k') | gpu/demos/framework/window_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698