Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(312)

Unified Diff: printing/printing_context.h

Issue 2400873002: keep only one typedef for the native drawing context (Closed)
Patch Set: native_drawing_context.h Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « printing/printed_document_win.cc ('k') | printing/printing_context_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_context.h
diff --git a/printing/printing_context.h b/printing/printing_context.h
index 37a35dc96eeea02bb615a864d443d24f4497569a..6335461b06d1f9c02c66900832388b7f91d7d79d 100644
--- a/printing/printing_context.h
+++ b/printing/printing_context.h
@@ -12,6 +12,7 @@
#include "base/macros.h"
#include "base/strings/string16.h"
#include "printing/print_settings.h"
+#include "skia/ext/native_drawing_context.h"
#include "ui/gfx/native_widget_types.h"
namespace base {
@@ -111,7 +112,7 @@ class PRINTING_EXPORT PrintingContext {
virtual void ReleaseContext() = 0;
// Returns the native context used to print.
- virtual gfx::NativeDrawingContext context() const = 0;
+ virtual skia::NativeDrawingContext context() const = 0;
// Creates an instance of this object. Implementers of this interface should
// implement this method to create an object of their implementation.
« no previous file with comments | « printing/printed_document_win.cc ('k') | printing/printing_context_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698