| Index: content/browser/frame_host/cross_process_frame_connector.cc
|
| diff --git a/content/browser/frame_host/cross_process_frame_connector.cc b/content/browser/frame_host/cross_process_frame_connector.cc
|
| index 004b74d08894c2785fcb41d16f597dfd5f3bbf3b..e34edcb47a95bd977511e7c36f5c4e087d29a852 100644
|
| --- a/content/browser/frame_host/cross_process_frame_connector.cc
|
| +++ b/content/browser/frame_host/cross_process_frame_connector.cc
|
| @@ -101,7 +101,7 @@ void CrossProcessFrameConnector::OnSatisfySequence(
|
| std::vector<uint32_t> sequences;
|
| sequences.push_back(sequence.sequence);
|
| cc::SurfaceManager* manager = GetSurfaceManager();
|
| - manager->DidSatisfySequences(sequence.client_id, &sequences);
|
| + manager->DidSatisfySequences(sequence.frame_sink_id, &sequences);
|
| }
|
|
|
| void CrossProcessFrameConnector::OnRequireSequence(
|
|
|