| Index: remoting/client/plugin/pepper_input_handler.cc
|
| diff --git a/remoting/client/plugin/pepper_input_handler.cc b/remoting/client/plugin/pepper_input_handler.cc
|
| index fa80d467c135347565b68d2076d893ff143e72ac..157efe5eaba5253a699addc563c6799a95ae28d4 100644
|
| --- a/remoting/client/plugin/pepper_input_handler.cc
|
| +++ b/remoting/client/plugin/pepper_input_handler.cc
|
| @@ -60,7 +60,7 @@ protocol::MouseEvent MakeMouseEvent(const pp::MouseInputEvent& pp_mouse_event,
|
| } // namespace
|
|
|
| PepperInputHandler::PepperInputHandler()
|
| - : input_stub_(NULL),
|
| + : input_stub_(nullptr),
|
| has_focus_(false),
|
| send_mouse_input_when_unfocused_(false),
|
| send_mouse_move_deltas_(false),
|
|
|