commit | 5d39704b06e37a38fe930cf149e1c712a49a9321 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Wed Jan 09 09:33:53 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jan 09 09:33:53 2019 |
tree | c6b8b853dec6f9f3cbc73cd755cd05178c644a43 | |
parent | c436787001c23bfb989517d26e38061a103395a5 [diff] |
Remove the ::media::gpu namespace which conflicted with ::gpu We should not have sub namespace with the same name as top level namespaces since that causes name lookup conflicts. ::media::gpu in particular was only used by a single function, and I'm sure it will be fine in ::media instead, saving us from having to write ::gpu everywhere. This broke the build in certain jumbo build configurations. Bug: 910590 Change-Id: Ic735dedfe39485ec5f2bd0d0adcce22fa12ec951 Reviewed-on: https://chromium-review.googlesource.com/c/1400823 Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#621088}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .