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

Unified Diff: cc/test/test_web_graphics_context_3d.h

Issue 634243003: [C++11 Allowed Features] Declares a type-safe null pointer converting from NULL to nullptr [part-4] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Formating fix. Created 6 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/test/test_web_graphics_context_3d.h
diff --git a/cc/test/test_web_graphics_context_3d.h b/cc/test/test_web_graphics_context_3d.h
index 0e12aece46845b889925251ae18a9e3a2aeac8f0..b162333b86d529761a8bf48e43777ee2630364f1 100644
--- a/cc/test/test_web_graphics_context_3d.h
+++ b/cc/test/test_web_graphics_context_3d.h
@@ -287,7 +287,7 @@ class TestWebGraphicsContext3D {
times_end_query_succeeds_ = times;
}
- // When set, mapImageCHROMIUM and mapBufferCHROMIUM will return NULL after
+ // When set, mapImageCHROMIUM and mapBufferCHROMIUM will return nullptr after
danakj 2014/10/10 17:27:35 just use null in comments
// this many times.
void set_times_map_image_chromium_succeeds(int times) {
times_map_image_chromium_succeeds_ = times;

Powered by Google App Engine
This is Rietveld 408576698