DescriptionRevert of compositor-worker: Share a thread and an isolate for compositor workers. (patchset #13 id:300001 of https://codereview.chromium.org/1158443008/)
Reason for revert:
Fails to compile on "WebKit Win x64 Builder",
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win%20x64%20Builder/builds/49353
Original issue's description:
> compositor-worker: Share a thread and an isolate for compositor workers.
>
> Notable changes:
>
> . WorkerThread: Move thread initialization/shutdown into virtual methods, so
> that CompositorWorkerThread can override the behaviour to allow multiple
> compositor workers to safely share the same thread.
> . CompositorWorkerManager: Responsible for managing the WebThreadSupportingGC
> and v8::Isolate for the compositor workers. It essentially keeps a ref-count
> for the thread and isolate and decides when to shutdown/initialize a thread
> or isolate.
>
> BUG=436932
>
> Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196625
TBR=kinuko@chromium.org,haraken@chromium.org,sadrul@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=436932
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196626
Patch Set 1 #
Created: 5 years, 6 months ago
(Patch set is too large to download)
Messages
Total messages: 4 (0 generated)
|