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

Unified Diff: android_webview/browser/surfaces_instance.h

Issue 2388753003: Introduce cc::LocalFrameId and use in SurfaceFactory (Closed)
Patch Set: Fix exo_unittests 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
Index: android_webview/browser/surfaces_instance.h
diff --git a/android_webview/browser/surfaces_instance.h b/android_webview/browser/surfaces_instance.h
index c3a4093555478448c9c68ee6890bb7c7e97c0db4..a233ec29a69cb7bf0ac09cc1c1e2531ce246c84f 100644
--- a/android_webview/browser/surfaces_instance.h
+++ b/android_webview/browser/surfaces_instance.h
@@ -79,7 +79,7 @@ class SurfacesInstance : public base::RefCounted<SurfacesInstance>,
std::unique_ptr<cc::SurfaceIdAllocator> surface_id_allocator_;
std::unique_ptr<cc::SurfaceFactory> surface_factory_;
- cc::SurfaceId root_id_;
+ cc::LocalFrameId root_id_;
std::vector<cc::SurfaceId> child_ids_;
// This is owned by |display_|.

Powered by Google App Engine
This is Rietveld 408576698