| Index: printing/printing_context_win.h
|
| diff --git a/printing/printing_context_win.h b/printing/printing_context_win.h
|
| index fbe59972ed5be4813576f6ddebfa229959c8e02a..e6f4ad0f0c39cdfdeedd0fa435b2428897f7e38d 100644
|
| --- a/printing/printing_context_win.h
|
| +++ b/printing/printing_context_win.h
|
| @@ -41,7 +41,7 @@ class PRINTING_EXPORT PrintingContextWin : public PrintingContext {
|
| Result DocumentDone() override;
|
| void Cancel() override;
|
| void ReleaseContext() override;
|
| - gfx::NativeDrawingContext context() const override;
|
| + skia::NativeDrawingContext context() const override;
|
|
|
| protected:
|
| static HWND GetRootWindow(gfx::NativeView view);
|
|
|