electron/atom/browser/osr
Charles Kerr 402201ac39
Fix cppcheck warnings (#11883)
* remove unused variable

* limit scope of variable 'ret'

* pass shared_ptr<SkBitmap> by reference

* silence warning: value reassign before read

* fix oops

* don't refer to 'response' after std::move()ing it

* make the linter happy
2018-02-14 02:21:46 -06:00
..
osr_output_device.cc upgrades offscreen rendering to latest chromium 2017-11-24 10:58:53 +09:00
osr_output_device.h upgrades offscreen rendering to latest chromium 2017-11-24 10:58:53 +09:00
osr_render_widget_host_view.cc Fix cppcheck warnings (#11883) 2018-02-14 02:21:46 -06:00
osr_render_widget_host_view.h Move OSR api to OsrWCV to allow api calls to take effect sooner 2018-01-25 16:11:56 +01:00
osr_render_widget_host_view_mac.mm upgrades offscreen rendering to latest chromium 2017-11-24 10:58:53 +09:00
osr_view_proxy.cc minor fixes and enable datalist elements in OSR 2017-05-21 19:55:19 +02:00
osr_view_proxy.h minor fixes and enable datalist elements in OSR 2017-05-21 19:55:19 +02:00
osr_web_contents_view.cc Move OSR api to OsrWCV to allow api calls to take effect sooner 2018-01-25 16:11:56 +01:00
osr_web_contents_view.h Move OSR api to OsrWCV to allow api calls to take effect sooner 2018-01-25 16:11:56 +01:00
osr_web_contents_view_mac.mm Fix API changes of Chrome 53 2016-09-14 16:22:43 +09:00