Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1519)

Unified Diff: public/platform/WebCursorInfo.h

Issue 457353002: Cleanup namespace usage in public/platform/Web[A-M]*.h. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/platform/WebCrypto.h ('k') | public/platform/WebData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCursorInfo.h
diff --git a/public/platform/WebCursorInfo.h b/public/platform/WebCursorInfo.h
index 6c23756be812779e1471b91572b3dc34c400bcae..ef9cc177a3ed6f3132bcc033ee2a53f07f1c16e8 100644
--- a/public/platform/WebCursorInfo.h
+++ b/public/platform/WebCursorInfo.h
@@ -34,10 +34,6 @@
#include "WebImage.h"
#include "WebPoint.h"
-#if INSIDE_BLINK
-namespace blink { 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 blink::Cursor&);
+ BLINK_PLATFORM_EXPORT explicit WebCursorInfo(const Cursor&);
#endif
};
« no previous file with comments | « public/platform/WebCrypto.h ('k') | public/platform/WebData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698