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

Unified Diff: cc/test/test_in_process_context_provider.cc

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_in_process_context_provider.cc
diff --git a/cc/test/test_in_process_context_provider.cc b/cc/test/test_in_process_context_provider.cc
index b4d580f9e0c0ddd4943739636a66ffdb9888716c..ba4487691ee3a55b11e851d232cbce8a7b60d711 100644
--- a/cc/test/test_in_process_context_provider.cc
+++ b/cc/test/test_in_process_context_provider.cc
@@ -38,12 +38,12 @@ scoped_ptr<gpu::GLInProcessContext> CreateTestInProcessContext() {
scoped_ptr<gpu::GLInProcessContext> context =
make_scoped_ptr(gpu::GLInProcessContext::Create(
- NULL,
- NULL,
+ nullptr,
+ nullptr,
is_offscreen,
gfx::kNullAcceleratedWidget,
gfx::Size(1, 1),
- NULL,
+ nullptr,
share_resources,
attribs,
gpu_preference,

Powered by Google App Engine
This is Rietveld 408576698