Index: Source/web/painting/ContinuousPainter.h |
diff --git a/Source/web/painting/ContinuousPainter.h b/Source/web/painting/ContinuousPainter.h |
index ab423ea5b3b3147b53b626515aebc09c14807f22..3ca12e2e7a3a53f59c6fe976db61a5cf1ce054af 100644 |
--- a/Source/web/painting/ContinuousPainter.h |
+++ b/Source/web/painting/ContinuousPainter.h |
@@ -29,7 +29,7 @@ |
#ifndef ContinuousPainter_h |
#define ContinuousPainter_h |
-namespace WebCore { |
+namespace blink { |
class GraphicsLayer; |
} |
@@ -43,7 +43,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(WebCore::GraphicsLayer*, PageOverlayList*); |
+ static void setNeedsDisplayRecursive(blink::GraphicsLayer*, PageOverlayList*); |
}; |
} // namespace blink |