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

Unified Diff: cc/resources/resource_provider.h

Issue 638353002: [C++11 Allowed Features] Declares a type-safe null pointer converting from NULL to nullptr in src/… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Formating. 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/resources/resource_provider.h
diff --git a/cc/resources/resource_provider.h b/cc/resources/resource_provider.h
index c5488660dca6e3a24c3f08f5508c7b93ad5819e1..1153850a5d586fa2ea94b4691145c0cb50d06ef5 100644
--- a/cc/resources/resource_provider.h
+++ b/cc/resources/resource_provider.h
@@ -525,7 +525,7 @@ class CC_EXPORT ResourceProvider {
// texture target used. The resource must be locked for reading.
GLenum BindForSampling(ResourceId resource_id, GLenum unit, GLenum filter);
- // Returns NULL if the output_surface_ does not have a ContextProvider.
+ // Returns nullptr if the output_surface_ does not have a ContextProvider.
danakj 2014/10/10 17:28:46 just use null
gpu::gles2::GLES2Interface* ContextGL() const;
class GrContext* GrContext() const;

Powered by Google App Engine
This is Rietveld 408576698