| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Spot checked several including the constructor changes, lgtm
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Spot checked several including the constructor changes, lgtm
Thanks. Somehow I thought I got all the bots, but the Chromecast ones are still red. Will fix those up.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
media/base/audio_buffer.h looks like rebase mistake or something, the rest lg
#include "chrome/services/speech/audio_source_fetcher_impl.h"(this was probably here intentionally)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
int alignment);Lei Zhang?
It's in the CL desc. "To make forward declarations possible
in audio_buffer.h, slightly tweak the AudioBufferMemoryPool constructors
to avoid having a default argument."
#include "chrome/services/speech/audio_source_fetcher_impl.h"(this was probably here intentionally)
Either tools/add_header.py or clang-format moved it and I didn't put it back. It's back here.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
#include "chrome/services/speech/audio_source_fetcher_impl.h"Lei Zhang(this was probably here intentionally)
Either tools/add_header.py or clang-format moved it and I didn't put it back. It's back here.
Oh, it's clang-format and it stops me during the CL upload presubmit to ask if I meant it.
Lei Zhang?
It's in the CL desc. "To make forward declarations possible
in audio_buffer.h, slightly tweak the AudioBufferMemoryPool constructors
to avoid having a default argument."
The ctors are fine, but as far as I can tell you're adding a CreateWithAlignmentForTesting declaration that doesn't have a definition yet, and you're also not adding one. Or am I looking in the wrong place?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
int alignment);Lei Zhang?
Nico WeberIt's in the CL desc. "To make forward declarations possible
in audio_buffer.h, slightly tweak the AudioBufferMemoryPool constructors
to avoid having a default argument."
The ctors are fine, but as far as I can tell you're adding a CreateWithAlignmentForTesting declaration that doesn't have a definition yet, and you're also not adding one. Or am I looking in the wrong place?
Oh, I must have changed directions and failed to delete this. Done.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Forward declare media::AudioBus more
Avoid including audio_bus.h in a couple of headers, as that transitively
spread to a ~2K translation units. To make forward declarations possible
in audio_buffer.h, slightly tweak the AudioBufferMemoryPool constructors
to avoid having a default argument. Then do IWYU to fix the build.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
failing chrome build?
https://issuetracker.google.com/461299465 error: incomplete type 'media::AudioBus' named in nested name specifier
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
failing chrome build?
https://issuetracker.google.com/461299465 error: incomplete type 'media::AudioBus' named in nested name specifier
On it. Sorry, I already landed some more CLs chained to this. It's easier to make a 1 line fix than to revert 3 CLs. Just need some OWNERS to approve.