Renamed some cursor types to their CSS names and added a way to handle custom cursors properly.
This commit is contained in:
parent
61e0219e91
commit
066c189249
4 changed files with 53 additions and 45 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue