| Index: printing/print_dialog_gtk_interface.h
|
| ===================================================================
|
| --- printing/print_dialog_gtk_interface.h (revision 138673)
|
| +++ printing/print_dialog_gtk_interface.h (working copy)
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/string16.h"
|
| #include "printing/printing_context_gtk.h"
|
| +#include "ui/gfx/native_widget_types.h"
|
|
|
| namespace printing {
|
|
|
| @@ -32,6 +33,7 @@
|
| // Shows the dialog and handles the response with |callback|. Only used when
|
| // printing with the native print dialog.
|
| virtual void ShowDialog(
|
| + gfx::NativeView parent_view,
|
| bool has_selection,
|
| const PrintingContextGtk::PrintSettingsCallback& callback) = 0;
|
|
|
|
|