| Index: src/gpu/glsl/GrGLSLCaps.cpp
|
| diff --git a/src/gpu/glsl/GrGLSLCaps.cpp b/src/gpu/glsl/GrGLSLCaps.cpp
|
| index e8624998cb4ddbcefee73474dbe4b2556adaf445..38105ef1cea26cc920798de9f5dd17aeae52702c 100755
|
| --- a/src/gpu/glsl/GrGLSLCaps.cpp
|
| +++ b/src/gpu/glsl/GrGLSLCaps.cpp
|
| @@ -17,8 +17,8 @@ GrGLSLCaps::GrGLSLCaps(const GrContextOptions& options) {
|
| fFBFetchSupport = false;
|
| fFBFetchNeedsCustomOutput = false;
|
| fBindlessTextureSupport = false;
|
| - fFBFetchColorName = NULL;
|
| - fFBFetchExtensionString = NULL;
|
| + fFBFetchColorName = nullptr;
|
| + fFBFetchExtensionString = nullptr;
|
| fAdvBlendEqInteraction = kNotSupported_AdvBlendEqInteraction;
|
| }
|
|
|
|
|