Renamed some cursor types to their CSS names and added a way to handle custom cursors properly.

This commit is contained in:
Heilig Benedek 2016-01-31 17:00:14 +01:00
parent 61e0219e91
commit 066c189249
4 changed files with 53 additions and 45 deletions

View file

@ -29,7 +29,7 @@
namespace atom {
// Returns the cursor's type as a string.
std::string CursorTypeToString(const content::WebCursor& cursor);
std::string CursorTypeToString(const content::WebCursor::CursorInfo* info);
} // namespace atom