| Index: content/renderer/render_process_impl.cc
|
| ===================================================================
|
| --- content/renderer/render_process_impl.cc (revision 167659)
|
| +++ content/renderer/render_process_impl.cc (working copy)
|
| @@ -151,7 +151,7 @@
|
| TransportDIB** memory, const gfx::Rect& rect) {
|
| int width = rect.width();
|
| int height = rect.height();
|
| - const size_t stride = skia::PlatformCanvas::StrideForWidth(rect.width());
|
| + const size_t stride = skia::PlatformCanvasStrideForWidth(rect.width());
|
| #if defined(OS_LINUX) || defined(OS_OPENBSD)
|
| const size_t max_size = base::SysInfo::MaxSharedMemorySize();
|
| #else
|
|
|