Chromium Code Reviews| Index: Source/core/html/canvas/WebGLVertexArrayObjectOES.h |
| diff --git a/Source/core/html/canvas/WebGLVertexArrayObjectOES.h b/Source/core/html/canvas/WebGLVertexArrayObjectOES.h |
| index 65bf5255b758c9315b64d6fd0e983142b9dd4e11..a56c04da204b951ae574980daf5f9dbee1d7f822 100644 |
| --- a/Source/core/html/canvas/WebGLVertexArrayObjectOES.h |
| +++ b/Source/core/html/canvas/WebGLVertexArrayObjectOES.h |
| @@ -113,15 +113,6 @@ private: |
| } // namespace blink |
| -namespace WTF { |
| - |
| -template<> |
| -struct VectorTraits<blink::WebGLVertexArrayObjectOES::VertexAttribState> : SimpleClassVectorTraits<blink::WebGLVertexArrayObjectOES::VertexAttribState> { |
| - // Must use the constructor. |
| - static const bool canInitializeWithMemset = false; |
| - static const bool canCopyWithMemcpy = true; |
| -}; |
| - |
| -} // namespace WTF |
| +WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS(blink::WebGLVertexArrayObjectOES::VertexAttribState); |
|
haraken
2015/04/22 16:16:48
This is a wrong change. As commented in the previo
|
| #endif // WebGLVertexArrayObjectOES_h |