| Index: webkit/glue/plugins/pepper_transport.cc
|
| diff --git a/webkit/glue/plugins/pepper_transport.cc b/webkit/glue/plugins/pepper_transport.cc
|
| index 29a449507137beb656aeda33119c0300590e4689..f43d502c20dd11ed71bd31802677ce28ede36506 100644
|
| --- a/webkit/glue/plugins/pepper_transport.cc
|
| +++ b/webkit/glue/plugins/pepper_transport.cc
|
| @@ -130,6 +130,10 @@ Transport::~Transport() {
|
| // TODO(juberti): teardown
|
| }
|
|
|
| +Transport* Transport::AsTransport() {
|
| + return this;
|
| +}
|
| +
|
| bool Transport::Init(const char* name,
|
| const char* proto) {
|
| // TODO(juberti): impl
|
|
|