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

Unified Diff: ppapi/proxy/proxy_channel.h

Issue 692683003: Hold the Pepper proxy lock for all Pepper GL calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issues Created 6 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: ppapi/proxy/proxy_channel.h
diff --git a/ppapi/proxy/proxy_channel.h b/ppapi/proxy/proxy_channel.h
index 97069beb36723ecffb3fbbed2edd3bb46a8a320d..d30f1aeed100768ba7a40044ac7e4747071669bf 100644
--- a/ppapi/proxy/proxy_channel.h
+++ b/ppapi/proxy/proxy_channel.h
@@ -73,6 +73,8 @@ class PPAPI_PROXY_EXPORT ProxyChannel
// IPC::Sender implementation.
virtual bool Send(IPC::Message* msg) override;
+ virtual bool SendAndStayLocked(IPC::Message* msg);
+
// IPC::Listener implementation.
virtual void OnChannelError() override;

Powered by Google App Engine
This is Rietveld 408576698