commit | 388bce8694b70088490b926d623f7c188e03ee77 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Sat Mar 17 12:35:18 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Mar 17 12:35:18 2018 |
tree | 338307f0851795ccd79c600b90b19f4080203a54 | |
parent | 26b852aa903f2c6b67e76ef8deb282e05d461b9a [diff] |
Manually inline the IsTouchOptimized method to avoid jumbo clashes There is a common helper method IsTouchOptimized() that is a shortening of ui::MaterialDesignController::IsTouchOptimizedUiEnabled(). That helper method is placed in anonymous namespaces which are merged in jumbo builds, causing clashes. Alternatives are to find a shared location for this method (maybe in //ui?) or inline it. This patch inlines it. Bug: 803406 Change-Id: Ia389432bfdb506d27b625c916a9baf73b7b70f30 Reviewed-on: https://chromium-review.googlesource.com/966204 Reviewed-by: Bret Sepulveda <bsep@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#543939}
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 .