Chromium Code Reviews| Index: content/plugin/webplugin_proxy.h |
| =================================================================== |
| --- content/plugin/webplugin_proxy.h (revision 93200) |
| +++ content/plugin/webplugin_proxy.h (working copy) |
| @@ -19,6 +19,7 @@ |
| #include "base/timer.h" |
| #include "googleurl/src/gurl.h" |
| #include "ipc/ipc_message.h" |
| +#include "skia/ext/platform_canvas.h" |
|
brettw
2011/07/27 19:50:56
I think this can be a forward declare.
Jeff Timanus
2011/07/27 20:04:06
Yes, this include can be forward declared. I had
|
| #if defined(USE_X11) |
| #include "ui/base/x/x11_util.h" |
| #endif |