0
Files
src/ppapi/shared_impl
tzik ddef0218ea Replace NULL with nullptr in //gpu
NULL blocks scoped_refptr to support nullptr, and eventually blocks the
removal of its implicit raw-pointer-to-scoped_refptr conversion.

This CL replaces all relevant NULL in //gpu with nullptr.

Tbr: bbudge@chromium.org
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: I6009249763ed14961bd5a725534419d2d0bf71f0
Reviewed-on: https://chromium-review.googlesource.com/1168960
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Antoine Labour <piman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582855}
2018-08-14 07:08:33 +00:00
..
2018-06-07 21:14:42 +00:00
2015-12-10 19:42:59 +00:00

This directory contains implementation code for PPAPI that needs to be shared
between the backend implementation in the renderer and in the proxy.