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

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

Issue 9667012: Fix --single-process mode issues with GpuChannelHostFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 fe95b3b8a2d4a4c817d21393307036f6d77c12d4..7120ffb41d7dec5b2af68f5281fab41984b22fde 100644
--- a/content/browser/in_process_webkit/browser_webkitplatformsupport_impl.h
+++ b/content/browser/in_process_webkit/browser_webkitplatformsupport_impl.h
@@ -56,6 +56,9 @@ class BrowserWebKitPlatformSupportImpl :
const WebKit::WebSerializedScriptValue& value,
const WebKit::WebString& keyPath);
+ protected:
+ virtual GpuChannelHostFactory* GetGpuChannelHostFactory() OVERRIDE;
+
private:
webkit_glue::WebFileUtilitiesImpl file_utilities_;
};

Powered by Google App Engine
This is Rietveld 408576698