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

Unified Diff: Source/platform/graphics/gpu/WebGLImageConversion.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
Index: Source/platform/graphics/gpu/WebGLImageConversion.h
diff --git a/Source/platform/graphics/gpu/WebGLImageConversion.h b/Source/platform/graphics/gpu/WebGLImageConversion.h
index c595c2d80f72fe468fffdb107f9c660ba861626c..7a42a6077352759a60f92b779b4daa037d702fb9 100644
--- a/Source/platform/graphics/gpu/WebGLImageConversion.h
+++ b/Source/platform/graphics/gpu/WebGLImageConversion.h
@@ -11,7 +11,7 @@
#include "third_party/khronos/GLES2/gl2ext.h"
#include "wtf/RefPtr.h"
-namespace WebCore {
+namespace blink {
class Image;
class IntSize;
@@ -163,6 +163,6 @@ private:
static bool packPixels(const uint8_t* sourceData, DataFormat sourceDataFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, unsigned destinationFormat, unsigned destinationType, AlphaOp, void* destinationData, bool flipY);
};
-} // namespace WebCore
+} // namespace blink
#endif // WebGLImageConversion_h
« no previous file with comments | « Source/platform/graphics/gpu/WebGLImageBufferSurface.cpp ('k') | Source/platform/graphics/gpu/WebGLImageConversion.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698