Chromium Code Reviews| Index: ppapi/proxy/image_data.cc |
| diff --git a/ppapi/proxy/image_data.cc b/ppapi/proxy/image_data.cc |
| index c01896df2e3a1f277d2b52cb7d36b481b8c91d0d..2af702602ca957bcf447f09b959afd1a952c800f 100644 |
| --- a/ppapi/proxy/image_data.cc |
| +++ b/ppapi/proxy/image_data.cc |
| @@ -26,6 +26,10 @@ ImageData::~ImageData() { |
| Unmap(); |
| } |
| +ImageData* ImageData::AsImageData() { |
| + return this; |
| +} |
| + |
| void* ImageData::Map() { |
| #if defined(OS_WIN) |
| NOTIMPLEMENTED(); |