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

Unified Diff: views/controls/link.cc

Issue 7850026: Aura under Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge conflict resolved Created 9 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
Index: views/controls/link.cc
diff --git a/views/controls/link.cc b/views/controls/link.cc
index 4f60d30b1e083c280eabb04351104ac191461d43..0b27ec569064f504a49d4c0a2371813066cecad3 100644
--- a/views/controls/link.cc
+++ b/views/controls/link.cc
@@ -103,6 +103,9 @@ gfx::NativeCursor Link::GetCursor(const MouseEvent& event) {
#if defined(OS_WIN)
static HCURSOR g_hand_cursor = LoadCursor(NULL, IDC_HAND);
return g_hand_cursor;
+#elif defined(USE_AURA)
+ // TODO(saintlou):
+ return NULL;
#elif defined(OS_LINUX)
return gfx::GetCursor(GDK_HAND2);
#endif
« chrome/common/render_messages.h ('K') | « ui/ui.gyp ('k') | views/controls/resize_area.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698