commit | 61c909c09bee6313e70b4058b26fd003934672d2 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Mon Feb 18 14:18:55 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Feb 18 14:18:55 2019 |
tree | 69479f903a92cdee83eee8cca3e3872e58d4b7b1 | |
parent | dfb0981634cc391b012369cd608210f78a54c24c [diff] |
Make SVGTransformTearOff::SVGElementType not shadow SVGElementType There are two enums SVGElementType in blink with the same members. If -Wshadow is used, that triggers warnings because one of them shadow the other one. This patch renames the values in the outer one and makes the whole enum an enum class (either fix by itself would resolve this shadowing). Bug: 925310 Change-Id: Idd32249dac7fe0e2bce862c634fd89d29fa961a1 Reviewed-on: https://chromium-review.googlesource.com/c/1439079 Reviewed-by: Fredrik Söderquist <fs@opera.com> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#633082}
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 .