Chromium Code Reviews
DescriptionMove LayoutAndPaintAsyncThen to a separate compilation unit.
Moving LayoutAndPaintAsyncThen to a separate compilation unit is desirable,
because:
1. It helps remove code from WebTestProxyBase (WebTestProxy should
delegate everything to WebViewTestClient and/or [future] WebWidgetTestClient).
2. It helps break TestRunner -> WebTestProxyBase dependency and
remove TestRunner::proxy_ field.
BUG=595089
Committed: https://crrev.com/f41da4bd6ff9f8dd8a8d6e3e1416d539c8377b5a
Cr-Commit-Position: refs/heads/master@{#387452}
Patch Set 1 #Patch Set 2 : Self-review. #Patch Set 3 : Fixed debug build. #Patch Set 4 : Really fixing debug build... #Patch Set 5 : Rebasing... #Dependent Patchsets: Messages
Total messages: 17 (8 generated)
|