Chromium Code Reviews| Index: webkit/glue/webcursor.h |
| =================================================================== |
| --- webkit/glue/webcursor.h (revision 36524) |
| +++ webkit/glue/webcursor.h (working copy) |
| @@ -91,6 +91,9 @@ |
| // Initialize this from the given Carbon ThemeCursor. |
| void InitFromThemeCursor(ThemeCursor cursor); |
| + |
| + // Initialize this from the given Cocoa NSCursor. |
| + void InitFromNSCursor(NSCursor* cursor); |
| #endif |
| private: |