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

Unified Diff: cc/platform_color.h

Issue 11192030: cc: Switch to Chromium DCHECKs LOGs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebaseonenne 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/occlusion_tracker_unittest.cc ('k') | cc/prioritized_texture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/platform_color.h
diff --git a/cc/platform_color.h b/cc/platform_color.h
index 2149d1cbd5271d8da9f84f712b0c05aa5923de0c..a3f3f354d670f9d31e729cc8b3bc870698ee8371 100644
--- a/cc/platform_color.h
+++ b/cc/platform_color.h
@@ -31,7 +31,7 @@ public:
textureFormat = Extensions3D::BGRA_EXT;
break;
default:
- ASSERT_NOT_REACHED();
+ NOTREACHED();
break;
}
return textureFormat;
@@ -47,7 +47,7 @@ public:
case GraphicsContext3D::SourceFormatBGRA8:
return textureFormat == Extensions3D::BGRA_EXT;
default:
- ASSERT_NOT_REACHED();
+ NOTREACHED();
return false;
}
}
« no previous file with comments | « cc/occlusion_tracker_unittest.cc ('k') | cc/prioritized_texture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698