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

Unified Diff: chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk.h

Issue 2707313002: Gtk: Change NULL to nullptr (Closed)
Patch Set: Created 3 years, 10 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: chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk.h
diff --git a/chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk.h b/chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk.h
index db4011a7b3cd3382908fce5554d051fa9abe9285..d3733a887b8133d71a23c1eacb64457dda83b2dc 100644
--- a/chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk.h
+++ b/chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk.h
@@ -43,7 +43,7 @@ class X11InputMethodContextImplGtk2 : public ui::LinuxInputMethodContext {
void ResetXModifierKeycodesCache();
// Constructs a GdkEventKey from a XKeyEvent and returns it. Otherwise,
- // returns NULL. The returned GdkEvent must be freed by gdk_event_free.
+ // returns nullptr. The returned GdkEvent must be freed by gdk_event_free.
GdkEvent* GdkEventFromNativeEvent(const base::NativeEvent& native_event);
// Returns true if the hardware |keycode| is assigned to a modifier key.
@@ -76,7 +76,7 @@ class X11InputMethodContextImplGtk2 : public ui::LinuxInputMethodContext {
OnPreeditStart,
GtkIMContext*);
- // A set of callback functions. Must not be NULL.
+ // A set of callback functions. Must not be nullptr.
ui::LinuxInputMethodContextDelegate* delegate_;
// IME's input GTK context.
« no previous file with comments | « chrome/browser/ui/libgtkui/unity_service.cc ('k') | chrome/browser/ui/libgtkui/x11_input_method_context_impl_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698