Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(908)

Unified Diff: content/browser/in_process_webkit/browser_webkitplatformsupport_impl.h

Issue 12212100: Provide shared context to Platform API in renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebaseforreals Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
};
« no previous file with comments | « cc/test/fake_context_provider.h ('k') | content/browser/in_process_webkit/browser_webkitplatformsupport_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698