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

Unified Diff: cc/LayerTextureSubImage.cpp

Issue 11048044: cc: Switch to Chromium DCHECKs and LOGs (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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/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;
« cc/CCCompletionEvent.h ('K') | « cc/LayerChromium.cpp ('k') | cc/PlatformColor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698