Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / platform / WebCursorInfo.h
index f7a4e69..ef9cc17 100644 (file)
 #include "WebImage.h"
 #include "WebPoint.h"
 
-#if INSIDE_BLINK
-namespace WebCore { class Cursor; }
-#endif
-
 #ifdef WIN32
 typedef struct HICON__* HICON;
 typedef HICON HCURSOR;
@@ -45,6 +41,8 @@ typedef HICON HCURSOR;
 
 namespace blink {
 
+class Cursor;
+
 struct WebCursorInfo {
     enum Type {
         TypePointer,
@@ -116,7 +114,7 @@ struct WebCursorInfo {
     }
 
 #if INSIDE_BLINK
-    BLINK_PLATFORM_EXPORT explicit WebCursorInfo(const WebCore::Cursor&);
+    BLINK_PLATFORM_EXPORT explicit WebCursorInfo(const Cursor&);
 #endif
 };