Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(607)

Unified Diff: content/browser/frame_host/cross_process_frame_connector.cc

Issue 2136413002: Update Surface ID Terminology (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed webkit_unit_tests Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 8fd9e8744467c42385c1c367f2032333418d864b..dc21186a95d882c2701e124142f86ad8503842be 100644
--- a/content/browser/frame_host/cross_process_frame_connector.cc
+++ b/content/browser/frame_host/cross_process_frame_connector.cc
@@ -97,7 +97,7 @@ void CrossProcessFrameConnector::OnSatisfySequence(
std::vector<uint32_t> sequences;
sequences.push_back(sequence.sequence);
cc::SurfaceManager* manager = GetSurfaceManager();
- manager->DidSatisfySequences(sequence.id_namespace, &sequences);
+ manager->DidSatisfySequences(sequence.client_id, &sequences);
}
void CrossProcessFrameConnector::OnRequireSequence(

Powered by Google App Engine
This is Rietveld 408576698