/[chrome]/trunk/src/chrome/renderer/render_process_impl.cc
Chromium logo

Diff of /trunk/src/chrome/renderer/render_process_impl.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 49807 by jam@chromium.org, Thu Jun 10 18:02:22 2010 UTC revision 49808 by thakis@chromium.org, Tue Jun 15 17:34:59 2010 UTC
# Line 285  Line 285 
285    if (!GetTransportDIBFromCache(memory, size)) {    if (!GetTransportDIBFromCache(memory, size)) {
286      *memory = CreateTransportDIB(size);      *memory = CreateTransportDIB(size);
287      if (!*memory)      if (!*memory)
288        return false;        return NULL;
289    }    }
290    
291    return (*memory)->GetPlatformCanvas(width, height);    return (*memory)->GetPlatformCanvas(width, height);

Legend:
Removed from v.49807  
changed lines
  Added in v.49808

Powered by ViewVC 1.1.5 ViewVC Help