Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Unified Diff: Source/platform/graphics/filters/FilterOperations.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/platform/graphics/filters/FilterOperations.cpp
diff --git a/Source/platform/graphics/filters/FilterOperations.cpp b/Source/platform/graphics/filters/FilterOperations.cpp
index 08c8709ffab6632391e94ddfd2a59d384166b1a3..90e692dcba5354c4dbcc202211b0e046f5cf9a99 100644
--- a/Source/platform/graphics/filters/FilterOperations.cpp
+++ b/Source/platform/graphics/filters/FilterOperations.cpp
@@ -30,7 +30,7 @@
#include "platform/geometry/IntSize.h"
#include "platform/graphics/filters/FEGaussianBlur.h"
-namespace WebCore {
+namespace blink {
static inline IntSize outsetSizeForBlur(float stdDeviation)
{
@@ -171,5 +171,5 @@ bool FilterOperations::hasFilterThatMovesPixels() const
return false;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/graphics/filters/FilterOperations.h ('k') | Source/platform/graphics/filters/FilterOperationsTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698