Reapply 53892 with ARM build fix as suggested by Kobic.
For some reason, the ARM g++ thinks that comparing a pointer to a class method against NULL is using NULL for arithemtic. Switching to compare against 0 makes this go away. TODO added to investigate what is going on. Original Review URL: http://codereview.chromium.org/3064009 TBR: hclam@chromium.org BUG=50248 TEST=reproed locally with CodeSourcery g++ and verified change fixed things. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54083 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- remoting/client/client_util.cc 0 additions, 38 deletionsremoting/client/client_util.cc
- remoting/client/client_util.h 0 additions, 4 deletionsremoting/client/client_util.h
- remoting/client/client_util_unittest.cc 1 addition, 16 deletionsremoting/client/client_util_unittest.cc
- remoting/client/plugin/chromoting_plugin.cc 39 additions, 38 deletionsremoting/client/plugin/chromoting_plugin.cc
- remoting/client/plugin/chromoting_plugin.h 7 additions, 7 deletionsremoting/client/plugin/chromoting_plugin.h
- remoting/client/plugin/chromoting_scriptable_object.cc 177 additions, 0 deletionsremoting/client/plugin/chromoting_scriptable_object.cc
- remoting/client/plugin/chromoting_scriptable_object.h 100 additions, 0 deletionsremoting/client/plugin/chromoting_scriptable_object.h
- remoting/client/plugin/pepper_view.cc 5 additions, 3 deletionsremoting/client/plugin/pepper_view.cc
- remoting/client/x11_view.cc 3 additions, 1 deletionremoting/client/x11_view.cc
- remoting/remoting.gyp 2 additions, 0 deletionsremoting/remoting.gyp
Loading
Please register or sign in to comment