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; |