| Index: content/browser/in_process_webkit/browser_webkitplatformsupport_impl.h
|
| diff --git a/content/browser/in_process_webkit/browser_webkitplatformsupport_impl.h b/content/browser/in_process_webkit/browser_webkitplatformsupport_impl.h
|
| index 11d4ea83205e8ee6020ae828ee52010219218423..99bf084e792e926b6552c80f87c9c8e7b3e9a126 100644
|
| --- a/content/browser/in_process_webkit/browser_webkitplatformsupport_impl.h
|
| +++ b/content/browser/in_process_webkit/browser_webkitplatformsupport_impl.h
|
| @@ -41,9 +41,6 @@ class BrowserWebKitPlatformSupportImpl : public WebKitPlatformSupportImpl {
|
| virtual int databaseDeleteFile(const WebKit::WebString& vfs_file_name,
|
| bool sync_dir);
|
|
|
| - protected:
|
| - virtual GpuChannelHostFactory* GetGpuChannelHostFactory() OVERRIDE;
|
| -
|
| private:
|
| webkit_glue::WebFileUtilitiesImpl file_utilities_;
|
| };
|
|
|