diff --git a/ext/src/senders/mirroring.ts b/ext/src/senders/mirroring.ts index 9a15338..6eea83a 100644 --- a/ext/src/senders/mirroring.ts +++ b/ext/src/senders/mirroring.ts @@ -91,7 +91,6 @@ async function onRequestSessionSuccess(newSession: cast.Session) { ctx.scale(window.devicePixelRatio, window.devicePixelRatio); }); - // TODO: Test performance const drawFlags = ctx.DRAWWINDOW_DRAW_CARET | ctx.DRAWWINDOW_DRAW_VIEW |