diff --git a/engine/src/flutter/runtime/service_protocol.cc b/engine/src/flutter/runtime/service_protocol.cc index 030901e542..f2960d624d 100644 --- a/engine/src/flutter/runtime/service_protocol.cc +++ b/engine/src/flutter/runtime/service_protocol.cc @@ -189,7 +189,8 @@ bool ServiceProtocol::HandleMessage(fxl::StringView method, // TODO(chinmaygarde): Deprecate these calls in the tools and remove these // fallbacks. if (method == kScreenshotExtensionName || - method == kScreenshotSkpExtensionName) { + method == kScreenshotSkpExtensionName || + method == kFlushUIThreadTasksExtensionName) { return HandleMessageOnHandler(*handlers_.begin(), method, params, response); }