Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / painting / ContinuousPainter.h
index 3ca12e2..cde9579 100644 (file)
@@ -31,9 +31,6 @@
 
 namespace blink {
 class GraphicsLayer;
-}
-
-namespace blink {
 class PageOverlayList;
 
 // This class is responsible for calling setNeedsDisplay on all
@@ -43,7 +40,7 @@ public:
     // Calls setNeedsDisplay on the layer, then recursively calls
     // on mask layers, replica layers and all child layers.
     // Overlays are excluded, because they impact the page paint time metric.
-    static void setNeedsDisplayRecursive(blink::GraphicsLayer*, PageOverlayList*);
+    static void setNeedsDisplayRecursive(GraphicsLayer*, PageOverlayList*);
 };
 
 } // namespace blink