| 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.
|
|
|