Chromium Code Reviews| Index: webkit/plugins/ppapi/ppapi_plugin_instance.h |
| diff --git a/webkit/plugins/ppapi/ppapi_plugin_instance.h b/webkit/plugins/ppapi/ppapi_plugin_instance.h |
| index 7c8e0de25c24d3e2c20a2f941c903e98c134114a..0d1833f9edd74afe4ad37f068a55bd913f5f7183 100644 |
| --- a/webkit/plugins/ppapi/ppapi_plugin_instance.h |
| +++ b/webkit/plugins/ppapi/ppapi_plugin_instance.h |
| @@ -431,17 +431,6 @@ class WEBKIT_PLUGINS_EXPORT PluginInstance : |
| // print format that we can handle (we can handle raster and PDF). |
|
viettrungluu
2012/04/16 04:53:53
s/raster and //
|
| bool GetPreferredPrintOutputFormat(PP_PrintOutputFormat_Dev* format); |
| bool PrintPDFOutput(PP_Resource print_output, WebKit::WebCanvas* canvas); |
| - bool PrintRasterOutput(PP_Resource print_output, WebKit::WebCanvas* canvas); |
| -#if defined(OS_WIN) |
| - bool DrawJPEGToPlatformDC(const SkBitmap& bitmap, |
| - const gfx::Rect& printable_area, |
| - WebKit::WebCanvas* canvas); |
| -#elif defined(OS_MACOSX) && !defined(USE_SKIA) |
| - // Draws the given kARGB_8888_Config bitmap to the specified canvas starting |
| - // at the specified destination rect. |
| - void DrawSkBitmapToCanvas(const SkBitmap& bitmap, WebKit::WebCanvas* canvas, |
| - const gfx::Rect& dest_rect, int canvas_height); |
| -#endif // OS_MACOSX |
| // Get the bound graphics context as a concrete 2D graphics context or returns |
| // null if the context is not 2D. |