Index: Source/web/PageOverlayList.h |
diff --git a/Source/web/PageOverlayList.h b/Source/web/PageOverlayList.h |
index c30fef453744707d723bd372afab2902c11905a1..4af7b256fb859f4ca9c66e483261c865d21ec1ef 100644 |
--- a/Source/web/PageOverlayList.h |
+++ b/Source/web/PageOverlayList.h |
@@ -33,7 +33,7 @@ |
#include "wtf/PassOwnPtr.h" |
#include "wtf/Vector.h" |
-namespace WebCore { |
+namespace blink { |
class GraphicsContext; |
class GraphicsLayer; |
} |
@@ -57,9 +57,9 @@ public: |
bool remove(WebPageOverlay*); |
void update(); |
- void paintWebFrame(WebCore::GraphicsContext&); |
+ void paintWebFrame(blink::GraphicsContext&); |
- size_t findGraphicsLayer(WebCore::GraphicsLayer*); |
+ size_t findGraphicsLayer(blink::GraphicsLayer*); |
private: |
typedef Vector<OwnPtr<PageOverlay>, 2> PageOverlays; |