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

Unified Diff: cc/layer_texture_sub_image.cc

Issue 11048044: cc: Switch to Chromium DCHECKs and LOGs (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove-rebased-asserts Created 8 years, 2 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: cc/layer_texture_sub_image.cc
diff --git a/cc/layer_texture_sub_image.cc b/cc/layer_texture_sub_image.cc
index 219aa448b1dc07dde8c5fc908f34f27391e42944..79062f878cabcd9c8bd187dc7150c7ecf93ae6b8 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;

Powered by Google App Engine
This is Rietveld 408576698