Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / PageOverlayList.h
index 4af7b25..779a7db 100644 (file)
 #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;