Worklet: Introduce PaintWorkletGlobalScopeProxy
This is split from https://codereview.chromium.org/2840523002/ Before this CL, PaintWorklet is tightly coupled with PaintWorkletGlobalScope, and that is an obstacle to unifying MainThreadWorklet and ThreadedWorklet. This CL introduces PaintWorkletGlobalScopeProxy to separate PaintWorkletGlobalScope from PaintWorklet and makes it easier to abstract communication between Worklet and WorkletGlobalScope in future CLs. BUG=627945 Review-Url: https://codereview.chromium.org/2853743002 Cr-Commit-Position: refs/heads/master@{#468572}
Showing
Please register or sign in to comment