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

Unified Diff: chrome/browser/android/blimp/chrome_compositor_dependencies.cc

Issue 2382873002: Replace usage of SurfaceId's client_id with FrameSinkId (Closed)
Patch Set: Rebased Created 4 years, 2 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
« no previous file with comments | « chrome/browser/android/blimp/chrome_compositor_dependencies.h ('k') | components/exo/surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/blimp/chrome_compositor_dependencies.cc
diff --git a/chrome/browser/android/blimp/chrome_compositor_dependencies.cc b/chrome/browser/android/blimp/chrome_compositor_dependencies.cc
index cb7e7f1b52ceb6ffb301c32bf1714e2a2ea7ba38..321b105dd288d1dc68fb9a0a9f1a08f5bfd42b00 100644
--- a/chrome/browser/android/blimp/chrome_compositor_dependencies.cc
+++ b/chrome/browser/android/blimp/chrome_compositor_dependencies.cc
@@ -65,8 +65,8 @@ cc::SurfaceManager* ChromeCompositorDependencies::GetSurfaceManager() {
return context_provider_factory_->GetSurfaceManager();
}
-uint32_t ChromeCompositorDependencies::AllocateSurfaceClientId() {
- return context_provider_factory_->AllocateSurfaceClientId();
+cc::FrameSinkId ChromeCompositorDependencies::AllocateFrameSinkId() {
+ return context_provider_factory_->AllocateFrameSinkId();
}
void ChromeCompositorDependencies::GetContextProviders(
« no previous file with comments | « chrome/browser/android/blimp/chrome_compositor_dependencies.h ('k') | components/exo/surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698