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 92ee472dd30c167fb9e8194e9042ea000449643e..b7f7c67cd0040c38dc2fb5835e3fc429cfc406b7 100644 |
--- a/webkit/plugins/ppapi/ppapi_plugin_instance.h |
+++ b/webkit/plugins/ppapi/ppapi_plugin_instance.h |
@@ -670,7 +670,6 @@ class WEBKIT_PLUGINS_EXPORT PluginInstance : |
// variable to hold on to the pixels. |
scoped_refptr<PPB_ImageData_Impl> last_printed_page_; |
#endif // defined(OS_MACOSX) |
-#if defined(USE_SKIA) |
// Always when printing to PDF on Linux and when printing for preview on Mac |
// and Win, the entire document goes into one metafile. However, when users |
// print only a subset of all the pages, it is impossible to know if a call |
@@ -683,7 +682,6 @@ class WEBKIT_PLUGINS_EXPORT PluginInstance : |
SkRefPtr<WebKit::WebCanvas> canvas_; |
// An array of page ranges. |
std::vector<PP_PrintPageNumberRange_Dev> ranges_; |
-#endif // OS_LINUX || OS_WIN |
scoped_refptr< ::ppapi::Resource> gamepad_impl_; |