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

Unified Diff: components/exo/surface.h

Issue 2833163002: Change ui cursor identifiers to an enum class. (Closed)
Patch Set: OK, it can't be explicit for mac. Created 3 years, 8 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 | « components/exo/shell_surface.cc ('k') | components/exo/surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/surface.h
diff --git a/components/exo/surface.h b/components/exo/surface.h
index 9c633b63691ce7e83e0c2f5b44867505cf477c88..1b1bd552623de0bdefb180100391de83e7f5d2b9 100644
--- a/components/exo/surface.h
+++ b/components/exo/surface.h
@@ -173,7 +173,7 @@ class Surface : public ui::ContextFactoryObserver,
void UnregisterCursorProvider(CursorProvider* provider);
// Returns the cursor for the surface. If no cursor provider is registered
- // then kCursorNull is returned.
+ // then CursorType::kNull is returned.
gfx::NativeCursor GetCursor();
// Set the surface delegate.
« no previous file with comments | « components/exo/shell_surface.cc ('k') | components/exo/surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698