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

Unified Diff: components/exo/surface.h

Issue 2833163002: Change ui cursor identifiers to an enum class. (Closed)
Patch Set: Remove extranious ::ui:: 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
Index: components/exo/surface.h
diff --git a/components/exo/surface.h b/components/exo/surface.h
index 9c633b63691ce7e83e0c2f5b44867505cf477c88..a2327017f6bb2cb25292d0d26f6103499e0f817f 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::CURSOR_NULL is returned.
gfx::NativeCursor GetCursor();
// Set the surface delegate.

Powered by Google App Engine
This is Rietveld 408576698