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

Unified Diff: Source/web/PageOverlayList.h

Issue 474183002: Cleanup namespace usage in Source/web/*.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 | « Source/web/NavigatorContentUtilsClientImpl.h ('k') | Source/web/PageScaleConstraintsSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PageOverlayList.h
diff --git a/Source/web/PageOverlayList.h b/Source/web/PageOverlayList.h
index 4af7b256fb859f4ca9c66e483261c865d21ec1ef..779a7db74d9a4d4bf90b5b475a07e656f639c1db 100644
--- a/Source/web/PageOverlayList.h
+++ b/Source/web/PageOverlayList.h
@@ -34,11 +34,9 @@
#include "wtf/Vector.h"
namespace blink {
+
class GraphicsContext;
class GraphicsLayer;
-}
-
-namespace blink {
class PageOverlay;
class WebPageOverlay;
class WebViewImpl;
@@ -57,9 +55,9 @@ public:
bool remove(WebPageOverlay*);
void update();
- void paintWebFrame(blink::GraphicsContext&);
+ void paintWebFrame(GraphicsContext&);
- size_t findGraphicsLayer(blink::GraphicsLayer*);
+ size_t findGraphicsLayer(GraphicsLayer*);
private:
typedef Vector<OwnPtr<PageOverlay>, 2> PageOverlays;
« no previous file with comments | « Source/web/NavigatorContentUtilsClientImpl.h ('k') | Source/web/PageScaleConstraintsSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698