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

Unified Diff: webkit/glue/webcursor_aura.cc

Issue 10919135: Move ash specific cursor code to CursorManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « ui/ui.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webcursor_aura.cc
diff --git a/webkit/glue/webcursor_aura.cc b/webkit/glue/webcursor_aura.cc
index 2642c4720fa6c962df8b5d126ee69e93d8579243..4510e96fa98f69ef3d275511cd32236bfa856273 100644
--- a/webkit/glue/webcursor_aura.cc
+++ b/webkit/glue/webcursor_aura.cc
@@ -99,7 +99,7 @@ gfx::NativeCursor WebCursor::GetNativeCursor() {
case WebCursorInfo::TypeGrabbing:
return ui::kCursorGrabbing;
case WebCursorInfo::TypeCustom: {
- ui::Cursor cursor;
+ ui::Cursor cursor(ui::kCursorCustom);
cursor.SetPlatformCursor(GetPlatformCursor());
return cursor;
}
« no previous file with comments | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698