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

Unified Diff: components/view_manager/surfaces/surfaces_impl.h

Issue 1245683004: Mandoline: Merge Surfaces and Views apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed bot issues (I hope) Created 5 years, 4 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: components/view_manager/surfaces/surfaces_impl.h
diff --git a/components/view_manager/surfaces/surfaces_impl.h b/components/view_manager/surfaces/surfaces_impl.h
index f144c227b941166a94fc413ef4734827d76780f9..16b207c5d6894fbc1b1edfb64e591de9b8595bb0 100644
--- a/components/view_manager/surfaces/surfaces_impl.h
+++ b/components/view_manager/surfaces/surfaces_impl.h
@@ -57,6 +57,9 @@ class SurfacesImpl : public mojo::Surface, public cc::SurfaceFactoryClient {
cc::SurfaceId QualifyIdentifier(uint32_t local_id);
SurfacesDelegate* delegate_;
+ // A Surface ID is an unsigned 64-bit int where the high 32-bits are generated
+ // by the Surfaces service, and the low 32-bits are generated by the process
+ // that requested the Surface.
scoped_refptr<SurfacesState> state_;
// A Surface ID is an unsigned 64-bit int where the high 32-bits are generated
// by the Surfaces service, and the low 32-bits are generated by the process

Powered by Google App Engine
This is Rietveld 408576698