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

Side by Side Diff: mojo/public/bindings/generators/cpp_templates/interface_declaration

Issue 66353002: Mojo: RemotePtr<S> + bindings changes for Peer attribute. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move forward declarations to interface_declaration Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 class ${CLASS}Proxy;
2 class ${CLASS}Stub;
3 class $PEER;
4
1 class $CLASS { 5 class $CLASS {
2 public: 6 public:
7 typedef ${CLASS}Proxy _ProxyType;
8 typedef ${CLASS}Stub _StubType;
9 typedef $PEER _PeerType;
3 $METHODS 10 $METHODS
4 }; 11 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698