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

Unified Diff: Source/core/html/canvas/WebGLVertexArrayObjectOES.h

Issue 426863003: Clean up remaining uses of WebCore namespace (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/core/html/canvas/WebGLVertexArrayObjectOES.h
diff --git a/Source/core/html/canvas/WebGLVertexArrayObjectOES.h b/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
index faa4a3a655c50d1e9f8539101ffdca8bf80946b4..71d595562f0419b203d80773e96da2725c7a1454 100644
--- a/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
+++ b/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
@@ -106,7 +106,7 @@ private:
namespace WTF {
template<>
-struct VectorTraits<WebCore::WebGLVertexArrayObjectOES::VertexAttribState> : SimpleClassVectorTraits<WebCore::WebGLVertexArrayObjectOES::VertexAttribState> {
+struct VectorTraits<blink::WebGLVertexArrayObjectOES::VertexAttribState> : SimpleClassVectorTraits<blink::WebGLVertexArrayObjectOES::VertexAttribState> {
// Specialization needed as the VertexAttribState's struct fields
// aren't handled as desired by the IsPod() trait.
#if ENABLE(OILPAN)
« no previous file with comments | « Source/core/html/canvas/WebGLRenderingContextBase.h ('k') | Source/modules/geolocation/GeolocationWatchers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698