Index: content/renderer/browser_plugin/browser_plugin.cc |
=================================================================== |
--- content/renderer/browser_plugin/browser_plugin.cc (revision 167659) |
+++ content/renderer/browser_plugin/browser_plugin.cc (working copy) |
@@ -762,7 +762,7 @@ |
TransportDIB* BrowserPlugin::PopulateResizeGuestParameters( |
BrowserPluginHostMsg_ResizeGuest_Params* params, |
int view_width, int view_height) { |
- const size_t stride = skia::PlatformCanvas::StrideForWidth(view_width); |
+ const size_t stride = skia::PlatformCanvasStrideForWidth(view_width); |
// Make sure the size of the damage buffer is at least four bytes so that we |
// can fit in a magic word to verify that the memory is shared correctly. |
size_t size = |