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

Unified Diff: remoting/client/plugin/pepper_view.h

Issue 3078005: Rename ChromotingPlugin -> ChromotingInstance to be more consistent with... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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 | « remoting/client/plugin/pepper_entrypoints.cc ('k') | remoting/client/plugin/pepper_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_view.h
===================================================================
--- remoting/client/plugin/pepper_view.h (revision 55094)
+++ remoting/client/plugin/pepper_view.h (working copy)
@@ -23,7 +23,7 @@
namespace remoting {
-class ChromotingPlugin;
+class ChromotingInstance;
class Decoder;
class PepperView : public ChromotingView {
@@ -33,7 +33,7 @@
//
// TODO(ajwong): This probably needs to synchronize with the pepper thread
// to be safe.
- explicit PepperView(ChromotingPlugin* plugin);
+ explicit PepperView(ChromotingInstance* instance);
virtual ~PepperView();
// ChromotingView implementation.
@@ -56,7 +56,7 @@
// Reference to the creating plugin instance. Needed for interacting with
// pepper. Marking explciitly as const since it must be initialized at
// object creation, and never change.
- ChromotingPlugin* const plugin_;
+ ChromotingInstance* const instance_;
pp::DeviceContext2D device_context_;
« no previous file with comments | « remoting/client/plugin/pepper_entrypoints.cc ('k') | remoting/client/plugin/pepper_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698