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

Unified Diff: Source/platform/HostWindow.h

Issue 467193002: Cleanup namespace usage in Source/core/platform/[A-Z]*.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 | « Source/platform/EventTracer.h ('k') | Source/platform/NotImplemented.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/HostWindow.h
diff --git a/Source/platform/HostWindow.h b/Source/platform/HostWindow.h
index c1a0be62fb6b59a3ba315422f256d6c4647f2ee4..5744f972cd22e9817af0bd11713048e5b6fcd8c7 100644
--- a/Source/platform/HostWindow.h
+++ b/Source/platform/HostWindow.h
@@ -31,14 +31,11 @@
#include "wtf/Noncopyable.h"
namespace blink {
-struct WebScreenInfo;
-}
-
-namespace blink {
class Cursor;
class IntPoint;
class IntRect;
class IntSize;
+struct WebScreenInfo;
class PLATFORM_EXPORT HostWindow {
WTF_MAKE_NONCOPYABLE(HostWindow); WTF_MAKE_FAST_ALLOCATED;
@@ -57,7 +54,7 @@ public:
// Methods for doing coordinate conversions to screen coordinates.
virtual IntRect rootViewToScreen(const IntRect&) const = 0;
- virtual blink::WebScreenInfo screenInfo() const = 0;
+ virtual WebScreenInfo screenInfo() const = 0;
virtual void scheduleAnimation() = 0;
};
« no previous file with comments | « Source/platform/EventTracer.h ('k') | Source/platform/NotImplemented.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698