| Index: content/renderer/renderer_webkitplatformsupport_impl.h
|
| diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
|
| index 18fa046cbe2a102cbc365c5e231bee34f547b319..50666cec1796cdf093c7415efe00ca2a5f11d5b0 100644
|
| --- a/content/renderer/renderer_webkitplatformsupport_impl.h
|
| +++ b/content/renderer/renderer_webkitplatformsupport_impl.h
|
| @@ -95,6 +95,9 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
|
| virtual WebKit::WebPeerConnectionHandler* createPeerConnectionHandler(
|
| WebKit::WebPeerConnectionHandlerClient* client) OVERRIDE;
|
|
|
| + protected:
|
| + virtual GpuChannelHostFactory* GetGpuChannelHostFactory() OVERRIDE;
|
| +
|
| private:
|
| bool CheckPreparsedJsCachingEnabled() const;
|
|
|
|
|