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

Unified Diff: ppapi/proxy/interface_proxy.h

Issue 6400007: Implement proxy for 3d-related interfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 11 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/proxy/interface_id.h ('k') | ppapi/proxy/plugin_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/interface_proxy.h
diff --git a/ppapi/proxy/interface_proxy.h b/ppapi/proxy/interface_proxy.h
index 672e2682dde1df14618619dc28cf7ee0bc9a428d..9c7bba91d39e30598b24892151d7a2e1e5aec82a 100644
--- a/ppapi/proxy/interface_proxy.h
+++ b/ppapi/proxy/interface_proxy.h
@@ -45,7 +45,7 @@ class InterfaceProxy : public IPC::Channel::Listener,
// This will be NULL when this proxy is a source proxy.
const void* target_interface() const { return target_interface_; }
- Dispatcher* dispatcher() { return dispatcher_; }
+ Dispatcher* dispatcher() const { return dispatcher_; }
// IPC::Message::Sender implementation.
virtual bool Send(IPC::Message* msg);
« no previous file with comments | « ppapi/proxy/interface_id.h ('k') | ppapi/proxy/plugin_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698