Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 module gpu.mojom; | 5 module media.interfaces; |
|
Henrik Grunell
2016/05/12 10:34:37
In audio_output.mojom, the module is media.mojom.
rchtara
2016/05/13 12:00:09
According to mcasas, yes . So i renamed it
https:/
| |
| 6 | 6 |
| 7 // Native struct media::AudioParameters; | |
| 7 [Native] | 8 [Native] |
| 8 struct Capabilities; | 9 struct AudioParameters; |
| OLD | NEW |