| Index: webkit/port/rendering/RenderThemeWin.cpp
|
| ===================================================================
|
| --- webkit/port/rendering/RenderThemeWin.cpp (revision 6903)
|
| +++ webkit/port/rendering/RenderThemeWin.cpp (working copy)
|
| @@ -586,7 +586,7 @@
|
| gfx::PlatformCanvas* canvas = helper.context()->platformContext()->canvas();
|
|
|
| HDC hdc = canvas->beginPlatformPaint();
|
| - COLORREF clr = gfx::SkColorToCOLORREF(o->style()->backgroundColor().rgb());
|
| + COLORREF clr = skia::SkColorToCOLORREF(o->style()->backgroundColor().rgb());
|
| RECT renderRect = helper.rect();
|
|
|
| gfx::NativeTheme::instance()->PaintTextField(hdc,
|
|
|