| Index: printing/emf_win.cc
|
| diff --git a/printing/emf_win.cc b/printing/emf_win.cc
|
| index e959911484c5d9fc63043893fa807850951adcc7..24cccf7ee8507282fb2aae8a376d2f5b97eb31be 100644
|
| --- a/printing/emf_win.cc
|
| +++ b/printing/emf_win.cc
|
| @@ -449,17 +449,6 @@ bool Emf::Record::SafePlayback(Emf::EnumerationContext* context) const {
|
| return res;
|
| }
|
|
|
| -SkBaseDevice* Emf::StartPageForVectorCanvas(
|
| - const gfx::Size& page_size, const gfx::Rect& content_area,
|
| - const float& scale_factor) {
|
| - if (!StartPage(page_size, content_area, scale_factor))
|
| - return NULL;
|
| -
|
| - return skia::VectorPlatformDeviceEmf::CreateDevice(page_size.width(),
|
| - page_size.height(),
|
| - true, hdc_);
|
| -}
|
| -
|
| bool Emf::StartPage(const gfx::Size& /*page_size*/,
|
| const gfx::Rect& /*content_area*/,
|
| const float& /*scale_factor*/) {
|
|
|