| Index: content/common/gpu/client/gl_helper.h
|
| diff --git a/content/common/gpu/client/gl_helper.h b/content/common/gpu/client/gl_helper.h
|
| index dc90ddeb1c4639c4474817bdc5e2c245539c6c7e..188587374ce4df686f753553d2a0986c3c461a53 100644
|
| --- a/content/common/gpu/client/gl_helper.h
|
| +++ b/content/common/gpu/client/gl_helper.h
|
| @@ -327,9 +327,9 @@ class CONTENT_EXPORT GLHelper {
|
| protected:
|
| class CopyTextureToImpl;
|
|
|
| - // Creates |copy_texture_to_impl_| if NULL.
|
| + // Creates |copy_texture_to_impl_| if nullptr.
|
| void InitCopyTextToImpl();
|
| - // Creates |scaler_impl_| if NULL.
|
| + // Creates |scaler_impl_| if nullptr.
|
| void InitScalerImpl();
|
|
|
| enum ReadbackSwizzle {
|
|
|