Chromium Code Reviews| Index: ui/display/mojo/BUILD.gn |
| diff --git a/ui/display/mojo/BUILD.gn b/ui/display/mojo/BUILD.gn |
| index 924d80244a4c32b9484aba4e5132432964b85b8e..7b213c1950c41f33a24add242bd8cc406e45a65c 100644 |
| --- a/ui/display/mojo/BUILD.gn |
| +++ b/ui/display/mojo/BUILD.gn |
| @@ -19,4 +19,7 @@ mojom("interfaces") { |
| "//mojo/common:common_custom_types", |
| "//ui/gfx/geometry/mojo", |
| ] |
| + |
| + # TODO(crbug.com/714018): Convert the implementation to use OnceCallback. |
| + use_once_callback = false |
| } |