Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h |
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h |
index 06e9ee0134aa30fd2c30469a540d2de8f9487489..a5fb75a9bfcd40f87e74697da2de6b9991f64018 100644 |
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h |
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h |
@@ -419,7 +419,7 @@ public: |
int externallyAllocatedBytesPerPixel() override; |
class TextureUnitState { |
- ALLOW_ONLY_INLINE_ALLOCATION(); |
+ DISALLOW_NEW_EXCEPT_PLACEMENT_NEW(); |
public: |
Member<WebGLTexture> m_texture2DBinding; |
Member<WebGLTexture> m_textureCubeMapBinding; |