mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
When bfcache is disabled use the RenderFrameObserver::DidFinishLoad notification instead of the DidStopLoading notification that originates from the browser process. During fast navigation the DidStopLoading notification may arrive in the renderer after a new navigation has commenced and cause the wrong regions to be reported.