mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
RenderImage needs to notify its base class unconditionally so that it will schedule a visual update. This broke in https://codereview.chromium.org/791023006. R=ojan@chromium.org BUG=https://github.com/domokit/mojo/issues/55 Review URL: https://codereview.chromium.org/969863002