| Index: Source/platform/graphics/GraphicsContext.h
|
| diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h
|
| index 8b486ee055f1c170fe2d1a12aa0e11f0011de1a1..9ed6a13f6deffdd522982953f7f8812cfca0f134 100644
|
| --- a/Source/platform/graphics/GraphicsContext.h
|
| +++ b/Source/platform/graphics/GraphicsContext.h
|
| @@ -49,7 +49,7 @@ class SkPath;
|
| class SkRRect;
|
| struct SkRect;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DisplayList;
|
| class ImageBuffer;
|
| @@ -527,6 +527,6 @@ private:
|
| bool m_antialiasHairlineImages : 1;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // GraphicsContext_h
|
|
|