| Index: Source/web/painting/PaintAggregator.h
|
| diff --git a/Source/web/painting/PaintAggregator.h b/Source/web/painting/PaintAggregator.h
|
| index cc12b935c42fdd3f7c3efa306473da3375a11491..9d63c8f3d85da95c3ec1537089a3cd223147afdb 100644
|
| --- a/Source/web/painting/PaintAggregator.h
|
| +++ b/Source/web/painting/PaintAggregator.h
|
| @@ -35,7 +35,7 @@
|
| #include "platform/geometry/IntRect.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // This class is responsible for aggregating multiple invalidation and scroll
|
| // commands to produce a scroll and repaint sequence.
|
| @@ -87,6 +87,6 @@ private:
|
| PendingUpdate m_update;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|