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

Unified Diff: Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h

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
« no previous file with comments | « Source/platform/graphics/WindRule.h ('k') | Source/platform/graphics/cpu/arm/filters/FEBlendNEON.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h
diff --git a/Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h b/Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h
index 1729ecca737b7a1e8f1761536ba8fa284f45addc..28195124c627f203e7a694c3674b3054087bbdb0 100644
--- a/Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h
+++ b/Source/platform/graphics/cpu/arm/WebGLImageConversionNEON.h
@@ -30,7 +30,7 @@
#include <arm_neon.h>
-namespace WebCore {
+namespace blink {
namespace SIMD {
@@ -297,7 +297,7 @@ ALWAYS_INLINE void packOneRowOfRGBA8ToUnsignedShort565(const uint8_t*& source, u
} // namespace SIMD
-} // namespace WebCore
+} // namespace blink
#endif // HAVE(ARM_NEON_INTRINSICS)
« no previous file with comments | « Source/platform/graphics/WindRule.h ('k') | Source/platform/graphics/cpu/arm/filters/FEBlendNEON.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698