| Index: chrome/renderer/render_widget.cc
|
| ===================================================================
|
| --- chrome/renderer/render_widget.cc (revision 6968)
|
| +++ chrome/renderer/render_widget.cc (working copy)
|
| @@ -357,7 +357,7 @@
|
|
|
| void RenderWidget::PaintRect(const gfx::Rect& rect,
|
| base::SharedMemory* paint_buf) {
|
| - gfx::PlatformCanvasWin canvas(rect.width(), rect.height(), true,
|
| + skia::PlatformCanvasWin canvas(rect.width(), rect.height(), true,
|
| paint_buf->handle());
|
| // Bring the canvas into the coordinate system of the paint rect
|
| canvas.translate(static_cast<SkScalar>(-rect.x()),
|
|
|