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

Unified Diff: ppapi/cpp/private/flash_message_loop.h

Issue 9381010: Convert resources to take an instance key instead of an Instance*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: USELESS PATCH TITLE Created 8 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 | « ppapi/cpp/private/flash_menu.cc ('k') | ppapi/cpp/private/flash_message_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/flash_message_loop.h
diff --git a/ppapi/cpp/private/flash_message_loop.h b/ppapi/cpp/private/flash_message_loop.h
index de2af45ce1db1d97a512f794292267890e81c01b..fecb2d6b42d8b2d53d2a8ce61027987783708f40 100644
--- a/ppapi/cpp/private/flash_message_loop.h
+++ b/ppapi/cpp/private/flash_message_loop.h
@@ -10,13 +10,13 @@
namespace pp {
-class Instance;
+class InstanceHandle;
namespace flash {
class MessageLoop : public Resource {
public:
- explicit MessageLoop(Instance* instance);
+ explicit MessageLoop(const InstanceHandle& instance);
virtual ~MessageLoop();
static bool IsAvailable();
« no previous file with comments | « ppapi/cpp/private/flash_menu.cc ('k') | ppapi/cpp/private/flash_message_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698