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

Unified Diff: cc/platform_color.h

Issue 11048044: cc: Switch to Chromium DCHECKs and LOGs (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase 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/platform_color.h
diff --git a/cc/platform_color.h b/cc/platform_color.h
index 61ffd31bd49c71a28a62dbb7893b5a8befcdb781..54679584f09847b415703d821208cbc317d378df 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/own_ptr_vector.h ('k') | cc/prioritized_texture.h » ('j') | cc/yuv_video_draw_quad.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698