| Index: webkit/tools/test_shell/webwidget_host_win.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/webwidget_host_win.cc (revision 6968)
|
| +++ webkit/tools/test_shell/webwidget_host_win.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved...........
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -213,7 +213,7 @@
|
| if (!canvas_.get()) {
|
| ResetScrollRect();
|
| paint_rect_ = client_rect;
|
| - canvas_.reset(new gfx::PlatformCanvas(
|
| + canvas_.reset(new skia::PlatformCanvas(
|
| paint_rect_.width(), paint_rect_.height(), true));
|
| }
|
|
|
|
|