Index: Source/platform/graphics/DrawLooperBuilder.h |
diff --git a/Source/platform/graphics/DrawLooperBuilder.h b/Source/platform/graphics/DrawLooperBuilder.h |
index 79cce8da67feef0ead58bf2452e847af8f27c1fb..c2ca87b0bd2ba89c72525ce833790b8b9acb15cf 100644 |
--- a/Source/platform/graphics/DrawLooperBuilder.h |
+++ b/Source/platform/graphics/DrawLooperBuilder.h |
@@ -39,7 +39,7 @@ |
class SkDrawLooper; |
-namespace WebCore { |
+namespace blink { |
class Color; |
class FloatSize; |
@@ -77,6 +77,6 @@ private: |
SkLayerDrawLooper::Builder m_skDrawLooperBuilder; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // DrawLooperBuilder_h |