Chromium Code Reviews| Index: cc/LayerTextureSubImage.cpp |
| diff --git a/cc/LayerTextureSubImage.cpp b/cc/LayerTextureSubImage.cpp |
| index 60f5311a1fba02c4f17656dbcf751a17090b4b34..88afe0a626f246ccd7e6ba6ee4f798e92d9c5cd6 100644 |
| --- a/cc/LayerTextureSubImage.cpp |
| +++ b/cc/LayerTextureSubImage.cpp |
| @@ -95,7 +95,7 @@ void LayerTextureSubImage::uploadWithMapTexSubImage(const uint8_t* image, const |
| componentsPerPixel = 1; |
| break; |
| default: |
| - ASSERT_NOT_REACHED(); |
| + NOTREACHED(); |
| } |
| unsigned int bytesPerComponent = 1; |