| Index: Source/web/painting/ContinuousPainter.h
|
| diff --git a/Source/web/painting/ContinuousPainter.h b/Source/web/painting/ContinuousPainter.h
|
| index c60f3fe2e38a7c787452c6b5802861bd0f4128bc..ab423ea5b3b3147b53b626515aebc09c14807f22 100644
|
| --- a/Source/web/painting/ContinuousPainter.h
|
| +++ b/Source/web/painting/ContinuousPainter.h
|
| @@ -33,7 +33,7 @@ namespace WebCore {
|
| class GraphicsLayer;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class PageOverlayList;
|
|
|
| // This class is responsible for calling setNeedsDisplay on all
|
| @@ -46,6 +46,6 @@ public:
|
| static void setNeedsDisplayRecursive(WebCore::GraphicsLayer*, PageOverlayList*);
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|