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

Unified Diff: ppapi/proxy/plugin_dispatcher.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: 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
« no previous file with comments | « no previous file | ppapi/proxy/plugin_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/plugin_dispatcher.h
diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h
index f8e22f6ebdedb69ce9c8eaaeb77199aa80a5e071..bd8ea329293166cc6fae7bb8a2e8644337cdeed8 100644
--- a/ppapi/proxy/plugin_dispatcher.h
+++ b/ppapi/proxy/plugin_dispatcher.h
@@ -142,6 +142,7 @@ class PPAPI_PROXY_EXPORT PluginDispatcher
// Dispatcher overrides.
virtual bool IsPlugin() const;
virtual bool Send(IPC::Message* msg);
dmichael (off chromium) 2014/10/30 21:20:56 Wait, why are these marked virtual? I would expect
Peng 2014/10/31 13:50:56 Done.
+ virtual bool SendAndStayLocked(IPC::Message* msg);
dmichael (off chromium) 2014/10/30 21:20:56 And this one is not an override and should not be
Peng 2014/10/31 13:50:56 Actually this one is a virtual function, because t
// IPC::Listener implementation.
virtual bool OnMessageReceived(const IPC::Message& msg);
« no previous file with comments | « no previous file | ppapi/proxy/plugin_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698