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

Unified Diff: services/surfaces/surfaces_impl.h

Issue 920063002: Fix surface crash. (Closed) Base URL: https://github.com/domokit/mojo.git@background_crash_takes3
Patch Set: Delete display instead of resetting the id. Created 5 years, 10 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 | « no previous file | services/surfaces/surfaces_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/surfaces/surfaces_impl.h
diff --git a/services/surfaces/surfaces_impl.h b/services/surfaces/surfaces_impl.h
index a7cf85f13ef1538a1278649c47d51bf66e08ee7f..fe3c34dc604b7714e846bc27eaaa389494dd52d2 100644
--- a/services/surfaces/surfaces_impl.h
+++ b/services/surfaces/surfaces_impl.h
@@ -94,6 +94,7 @@ class SurfacesImpl : public mojo::Surface,
cc::SurfaceFactory factory_;
const uint32_t id_namespace_;
Client* client_;
+ uint32_t displayed_surface_;
scoped_ptr<cc::Display> display_;
mojo::ScopedMessagePipeHandle command_buffer_handle_;
mojo::WeakBindingSet<ViewportParameterListener> parameter_listeners_;
« no previous file with comments | « no previous file | services/surfaces/surfaces_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698