-
Notifications
You must be signed in to change notification settings - Fork 436
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve Frame Visit caching issue (#644)
Closes #643 First, rename the `FrameRendererDelegate.frameExtracted` callback method to `willRenderFrame`, then pass along both the _current_ frame and the _new_ frame as arguments. Next, in the `FrameController.willRenderFrame` callback, assign the `previousFrameElement` property (used elsewhere in the `visitCachedSnapshot` callback) to contain the contents of the _current_ frame, instead of the _new_ frame.
- Loading branch information
1 parent
92761ec
commit 1563ebb
Showing
3 changed files
with
32 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters