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

Unified Diff: gpu/demos/framework/window_mac.mm

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_linux.cc ('k') | gpu/demos/framework/window_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/demos/framework/window_mac.mm
diff --git a/gpu/demos/framework/window_mac.mm b/gpu/demos/framework/window_mac.mm
index 4f07a2449a67464d82111652e4bb1dadc65b2539..714a71ebe5d100461a70d60d65d135fe329e653e 100644
--- a/gpu/demos/framework/window_mac.mm
+++ b/gpu/demos/framework/window_mac.mm
@@ -15,8 +15,8 @@ gfx::NativeWindow Window::CreateNativeWindow(const wchar_t* title,
return NULL;
}
-gfx::PluginWindowHandle Window::PluginWindow(gfx::NativeWindow hwnd) {
- return gfx::kNullPluginWindow;
+gfx::AcceleratedWidget Window::PluginWindow(gfx::NativeWindow hwnd) {
+ return gfx::kNullAcceleratedWidget;
}
} // namespace demos
« no previous file with comments | « gpu/demos/framework/window_linux.cc ('k') | gpu/demos/framework/window_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698