mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Removed all uses of Frame in InspectorTraceEvents in the process, since none of them actually needed a Frame (since each sky instance only has one frame). I've just been burning down the list of core includes using: grep "#include" sky/engine/v8_inspector/* -h | sort | uniq | sort | grep core TBR=yurys@chromium.org BUG=435243 Review URL: https://codereview.chromium.org/771323002