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

Unified Diff: content/common/gpu/client/gl_helper.h

Issue 649533003: C++11 declares a type safe null pointer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Presubmit errors 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: 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 {
« no previous file with comments | « content/common/gpu/client/context_provider_command_buffer.cc ('k') | content/common/gpu/client/gl_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698