| Index: mojo/public/interfaces/network/http_header.mojom
|
| diff --git a/sky/engine/core/painting/DrawLooper.idl b/mojo/public/interfaces/network/http_header.mojom
|
| similarity index 72%
|
| copy from sky/engine/core/painting/DrawLooper.idl
|
| copy to mojo/public/interfaces/network/http_header.mojom
|
| index 8fbda9d1f82e171b595c0d03c1eb0dc652f24f23..6c8d6b7f2c7c17806464aa1e2bbfd497310fbed2 100644
|
| --- a/sky/engine/core/painting/DrawLooper.idl
|
| +++ b/mojo/public/interfaces/network/http_header.mojom
|
| @@ -2,5 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -interface DrawLooper {
|
| +module mojo;
|
| +
|
| +struct HttpHeader {
|
| + string name;
|
| + string value;
|
| };
|
|
|