| Index: skia/public/interfaces/typemaps.gni
|
| diff --git a/skia/public/interfaces/typemaps.gni b/skia/public/interfaces/typemaps.gni
|
| index 8a308234406343f93637a79467e79ea7e3bfa805..eee4dd2a01146f0861e6081a6eb9f77333b44d38 100644
|
| --- a/skia/public/interfaces/typemaps.gni
|
| +++ b/skia/public/interfaces/typemaps.gni
|
| @@ -2,4 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -typemaps = [ "//skia/public/interfaces/skbitmap.typemap" ]
|
| +typemaps = [
|
| + "//skia/public/interfaces/image_filter.typemap",
|
| + "//skia/public/interfaces/skbitmap.typemap",
|
| +]
|
|
|