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

Unified Diff: cc/layer_iterator.h

Issue 11196014: Revert "cc: Switch to Chromium DCHECKs LOGs" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« no previous file with comments | « cc/layer_impl.cc ('k') | cc/layer_quad.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_iterator.h
diff --git a/cc/layer_iterator.h b/cc/layer_iterator.h
index dbfac53ce5fc0e3621239459cfc8b21bcd376a1c..4d36080d3060a33ea85842cd649fab37ce72827d 100644
--- a/cc/layer_iterator.h
+++ b/cc/layer_iterator.h
@@ -125,7 +125,7 @@ private:
{
for (size_t i = 0; i < renderSurfaceLayerList->size(); ++i) {
if (!(*renderSurfaceLayerList)[i]->renderSurface()) {
- NOTREACHED();
+ ASSERT_NOT_REACHED();
m_actions.end(*this);
return;
}
« no previous file with comments | « cc/layer_impl.cc ('k') | cc/layer_quad.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698