Index: chrome/plugin/webplugin_proxy.h |
diff --git a/chrome/plugin/webplugin_proxy.h b/chrome/plugin/webplugin_proxy.h |
index a55a3da28239440603133796e1d046e1355caea9..b27e95b14a12969e6f083945b791134cef284192 100644 |
--- a/chrome/plugin/webplugin_proxy.h |
+++ b/chrome/plugin/webplugin_proxy.h |
@@ -182,6 +182,11 @@ class WebPluginProxy : public WebPlugin { |
scoped_ptr<TransportDIB> background_dib_; |
scoped_cftyperef<CGContextRef> windowless_context_; |
scoped_cftyperef<CGContextRef> background_context_; |
+#elif defined(OS_LINUX) |
+ scoped_ptr<TransportDIB> windowless_dib_; |
+ scoped_ptr<TransportDIB> background_dib_; |
+ scoped_ptr<skia::PlatformCanvas> windowless_canvas_; |
+ scoped_ptr<skia::PlatformCanvas> background_canvas_; |
#endif |
ScopedRunnableMethodFactory<WebPluginProxy> runnable_method_factory_; |