| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index b061efb4ef3e924893501e234b4415073826d0bf..909739a72e05d6e051bcd0e33e6719d1e904bc9a 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -73,36 +73,20 @@
|
| #pragma warning(disable: 4250)
|
| #endif
|
|
|
| -class SkBitmap;
|
| -struct PP_NetAddress_Private;
|
| -struct ViewMsg_StopFinding_Params;
|
| -
|
| -namespace base {
|
| -class CommandLine;
|
| -}
|
| -
|
| namespace blink {
|
| class WebApplicationCacheHost;
|
| -class WebApplicationCacheHostClient;
|
| -class WebDOMMessageEvent;
|
| class WebDataSource;
|
| class WebDateTimeChooserCompletion;
|
| class WebDragData;
|
| class WebGestureEvent;
|
| class WebIconURL;
|
| class WebImage;
|
| -class WebPeerConnection00Handler;
|
| -class WebPeerConnection00HandlerClient;
|
| class WebMouseEvent;
|
| -class WebPeerConnectionHandler;
|
| -class WebPeerConnectionHandlerClient;
|
| class WebSpeechRecognizer;
|
| class WebStorageNamespace;
|
| -class WebTouchEvent;
|
| class WebURLRequest;
|
| struct WebActiveWheelFlingParameters;
|
| struct WebDateTimeChooserParams;
|
| -struct WebFileChooserParams;
|
| struct WebMediaPlayerAction;
|
| struct WebPluginAction;
|
| struct WebPoint;
|
| @@ -116,29 +100,19 @@ class WebHitTestResult;
|
| namespace content {
|
|
|
| class HistoryController;
|
| -class HistoryEntry;
|
| -class PageState;
|
| class RenderViewImplTest;
|
| class RenderViewObserver;
|
| class RenderViewTest;
|
| class RendererDateTimePicker;
|
| -class RendererWebColorChooserImpl;
|
| class SpeechRecognitionDispatcher;
|
| -class WebPluginDelegateProxy;
|
| struct FaviconURL;
|
| struct FileChooserParams;
|
| -struct FileChooserFileInfo;
|
| -struct RenderViewImplParams;
|
| struct ResizeParams;
|
|
|
| namespace mojom {
|
| class CreateViewParams;
|
| }
|
|
|
| -#if defined(OS_ANDROID)
|
| -class WebMediaPlayerProxyAndroid;
|
| -#endif
|
| -
|
| //
|
| // RenderView is an object that manages a WebView object, and provides a
|
| // communication interface with an embedding application process.
|
|
|