| Index: chrome/browser/printing/win_printing_context.cc
|
| ===================================================================
|
| --- chrome/browser/printing/win_printing_context.cc (revision 6968)
|
| +++ chrome/browser/printing/win_printing_context.cc (working copy)
|
| @@ -377,7 +377,7 @@
|
| const std::wstring& new_device_name,
|
| const PRINTPAGERANGE* ranges,
|
| int number_ranges) {
|
| - gfx::PlatformDeviceWin::InitializeDC(hdc_);
|
| + skia::PlatformDeviceWin::InitializeDC(hdc_);
|
| DCHECK(GetDeviceCaps(hdc_, CLIPCAPS));
|
| DCHECK(GetDeviceCaps(hdc_, RASTERCAPS) & RC_STRETCHDIB);
|
| DCHECK(GetDeviceCaps(hdc_, RASTERCAPS) & RC_BITMAP64);
|
|
|