
This change updates Value::BlobStorage to be a std::vector<uint8_t> instead of std::vector<char>. In order to minimize code-breakage, a converting constructor is added. TBR=fukino@chromium.org, boliu@chromium.org, rockot@chromium.org, chcunningham@chromium.org, bbudge@chromium.org Bug: 646113, 864676 Change-Id: Ifbb0ecd116a95135ac7218d2accc8ac841e59db9 Reviewed-on: https://chromium-review.googlesource.com/1137819 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by: Bill Budge <bbudge@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#576996}
This directory contains implementation code for PPAPI that needs to be shared between the backend implementation in the renderer and in the proxy.