Support C++98 std::vector in mojo surfaces code
std::vector<>::data() is a C++11 feature and not available on all toolchains. This uses &vector[0] instead. Review URL: https://codereview.chromium.org/393583003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284558 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment