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

Unified Diff: blimp/client/support/compositor/blimp_context_provider.h

Issue 2297933002: blimp: Set up the CompositorDependencies for blimp in Chrome. (Closed)
Patch Set: Created 4 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: blimp/client/support/compositor/blimp_context_provider.h
diff --git a/blimp/client/support/compositor/blimp_context_provider.h b/blimp/client/support/compositor/blimp_context_provider.h
index 034caf23623e5749281ed3f41adde2060498eb99..e247500dba72b314d3154dc9142ca6eb1404dd56 100644
--- a/blimp/client/support/compositor/blimp_context_provider.h
+++ b/blimp/client/support/compositor/blimp_context_provider.h
@@ -59,6 +59,8 @@ class BlimpContextProvider : public cc::ContextProvider {
LostContextCallback lost_context_callback_;
+ base::Lock context_lock_;
+
DISALLOW_COPY_AND_ASSIGN(BlimpContextProvider);
};

Powered by Google App Engine
This is Rietveld 408576698