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

Unified Diff: cc/PlatformColor.h

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/PlatformColor.h
diff --git a/cc/PlatformColor.h b/cc/PlatformColor.h
index 61ffd31bd49c71a28a62dbb7893b5a8befcdb781..54679584f09847b415703d821208cbc317d378df 100644
--- a/cc/PlatformColor.h
+++ b/cc/PlatformColor.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;
}
}
« cc/CCCompletionEvent.h ('K') | « cc/LayerTextureSubImage.cpp ('k') | cc/ProgramBinding.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698