Chromium Code Reviews| Index: cc/layer_texture_sub_image.cc |
| diff --git a/cc/layer_texture_sub_image.cc b/cc/layer_texture_sub_image.cc |
| index 15a876ab1306016227eb68bbec8e19b0dff00b2c..683fb0982e38ff29663a5827f73606df95d8c678 100644 |
| --- a/cc/layer_texture_sub_image.cc |
| +++ b/cc/layer_texture_sub_image.cc |
| @@ -93,7 +93,7 @@ void LayerTextureSubImage::uploadWithMapTexSubImage(const uint8_t* image, const |
| componentsPerPixel = 1; |
| break; |
| default: |
| - ASSERT_NOT_REACHED(); |
| + NOTREACHED(); |
| } |
| unsigned int bytesPerComponent = 1; |