DescriptionUse different client interface for WebLayerTreeViewForTesting to decouple from WebLayerTreeViewClient
WebLayerTreeView when used in production (i.e. be content) has different requirements
from DumpRenderTree. In DRT, we need to route two calls from the compositor into
DRT - Layout() and ScheduleComposite(). Neither are needed in the non-DRT
embedding of WebLayerTreeView. This introduces a new client interface for DRT to
use that only has these two functions. I've left the old path in place to keep
things from breaking until the WebKit change rolls in, after that point I'll
remove the WebLayerTreeViewClient references from WebLayerTreeViewImplForTesting
completely.
R=enne@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=185341
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|