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

Unified Diff: chrome/browser/ui/views/chrome_views_delegate.cc

Issue 10939006: Make cursors work on win aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 8 years, 3 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 | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/chrome_views_delegate.cc
===================================================================
--- chrome/browser/ui/views/chrome_views_delegate.cc (revision 157487)
+++ chrome/browser/ui/views/chrome_views_delegate.cc (working copy)
@@ -168,10 +168,12 @@
views::NativeWidgetHelperAura* ChromeViewsDelegate::CreateNativeWidgetHelper(
views::NativeWidgetAura* native_widget) {
// TODO(beng): insufficient but currently necessary. http://crbug.com/133312
+#if !defined(OS_CHROMEOS) // We don't build this class for ChromeOS.
#if defined(USE_ASH)
if (!chrome::ShouldOpenAshOnStartup())
#endif
return new views::DesktopNativeWidgetHelperAura(native_widget);
+#endif
#if defined(USE_ASH)
return NULL;
#endif
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698