| Index: content/renderer/pepper/pepper_plugin_instance_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| index 29e0072426a84a931488e4dedaa416551e69d069..cac1a756e4ee03bf98efa6cf5c860e1713df6490 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
|
| @@ -67,17 +67,14 @@
|
| #include "v8/include/v8.h"
|
|
|
| struct PP_Point;
|
| -struct _NPP;
|
|
|
| class SkBitmap;
|
| -class TransportDIB;
|
|
|
| namespace blink {
|
| class WebInputEvent;
|
| class WebLayer;
|
| class WebMouseEvent;
|
| class WebPluginContainer;
|
| -class WebURLLoader;
|
| class WebURLResponse;
|
| struct WebCompositionUnderline;
|
| struct WebCursorInfo;
|
| @@ -114,9 +111,7 @@ class PluginModule;
|
| class PluginObject;
|
| class PPB_Graphics3D_Impl;
|
| class PPB_ImageData_Impl;
|
| -class PPB_URLLoader_Impl;
|
| class RenderFrameImpl;
|
| -class RenderViewImpl;
|
|
|
| // Represents one time a plugin appears on one web page.
|
| //
|
|
|