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

Unified Diff: ui/views/view.h

Issue 9968058: Cleanup: remove GTK stuff (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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 | « ui/views/ime/input_method.h ('k') | ui/views/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/view.h
diff --git a/ui/views/view.h b/ui/views/view.h
index 0ff36a3c0d64fa102e5b57933ed9029f63c6f214..32a56f39872a4604d1d1b80d1d6948c1afebab7b 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -516,8 +516,8 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
// Return the cursor that should be used for this view or the default cursor.
// The event location is in the receiver's coordinate system. The caller is
// responsible for managing the lifetime of the returned object, though that
- // lifetime may vary from platform to platform. On Windows, the cursor is a
- // shared resource, but Gtk destroys the returned cursor after setting it.
+ // lifetime may vary from platform to platform. On Windows and Aura,
+ // the cursor is a shared resource.
virtual gfx::NativeCursor GetCursor(const MouseEvent& event);
// Convenience to test whether a point is within this view's bounds
« no previous file with comments | « ui/views/ime/input_method.h ('k') | ui/views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698