| Index: content/public/renderer/content_renderer_client.h
|
| diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
|
| index 924bfdacade59ddba32f15b1a83fd11b086e04fd..5e62b3a451a3a8c8b184daa436fc14c56a5ee342 100644
|
| --- a/content/public/renderer/content_renderer_client.h
|
| +++ b/content/public/renderer/content_renderer_client.h
|
| @@ -41,7 +41,6 @@ class WebMIDIAccessorClient;
|
| class WebMediaStreamCenter;
|
| class WebMediaStreamCenterClient;
|
| class WebPlugin;
|
| -class WebPluginContainer;
|
| class WebPrescientNetworking;
|
| class WebRTCPeerConnectionHandler;
|
| class WebRTCPeerConnectionHandlerClient;
|
| @@ -67,9 +66,7 @@ class ICCProfile;
|
| }
|
|
|
| namespace media {
|
| -class GpuVideoAcceleratorFactories;
|
| class KeySystemProperties;
|
| -class MediaLog;
|
| class RendererFactory;
|
| }
|
|
|
| @@ -79,12 +76,9 @@ class InterfaceRegistry;
|
|
|
| namespace content {
|
| class BrowserPluginDelegate;
|
| -class DocumentState;
|
| class MediaStreamRendererFactory;
|
| class RenderFrame;
|
| class RenderView;
|
| -class SynchronousCompositor;
|
| -struct WebPluginInfo;
|
|
|
| // Embedder API for participating in renderer logic.
|
| class CONTENT_EXPORT ContentRendererClient {
|
|
|