Chromium Code Reviews| Index: chrome/common/transport_dib_win.cc |
| =================================================================== |
| --- chrome/common/transport_dib_win.cc (revision 17971) |
| +++ chrome/common/transport_dib_win.cc (working copy) |
| @@ -59,6 +59,10 @@ |
| return dib; |
| } |
| +skia::PlatformCanvas* TransportDIB::GetPlatformCanvas(int w, int h) { |
| + return new skia::PlatformCanvas(w, h, true, handle()); |
| +} |
| + |
| void* TransportDIB::memory() const { |
| return shared_memory_.memory(); |
| } |