| Index: Source/platform/graphics/filters/SourceGraphic.h
|
| diff --git a/Source/platform/graphics/filters/SourceGraphic.h b/Source/platform/graphics/filters/SourceGraphic.h
|
| index 582ab51e722b0973c2b24baa0e9c487d0c2af693..219ff99d5381c5873772cea06a9f198cc0417047 100644
|
| --- a/Source/platform/graphics/filters/SourceGraphic.h
|
| +++ b/Source/platform/graphics/filters/SourceGraphic.h
|
| @@ -25,7 +25,7 @@
|
| #include "platform/graphics/filters/Filter.h"
|
| #include "platform/graphics/filters/FilterEffect.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT SourceGraphic : public FilterEffect {
|
| public:
|
| @@ -49,6 +49,6 @@ private:
|
| virtual void applySoftware() OVERRIDE;
|
| };
|
|
|
| -} //namespace WebCore
|
| +} //namespace blink
|
|
|
| #endif // SourceGraphic_h
|
|
|