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

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

Issue 2297933002: blimp: Set up the CompositorDependencies for blimp in Chrome. (Closed)
Patch Set: Addressed comments. Created 4 years, 3 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 75112ed1c213a5f8be4d0bf2070ad7903989a123..45a97131aac12435e3d9d0af34132bf5c52a400c 100644
--- a/blimp/client/support/compositor/blimp_context_provider.h
+++ b/blimp/client/support/compositor/blimp_context_provider.h
@@ -60,6 +60,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