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

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: CreateOffscreenContext() 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..d9737a66b930108b5af34c947de2b793716598b4 100644
--- a/content/browser/in_process_webkit/browser_webkitplatformsupport_impl.h
+++ b/content/browser/in_process_webkit/browser_webkitplatformsupport_impl.h
@@ -40,9 +40,9 @@ class BrowserWebKitPlatformSupportImpl : public WebKitPlatformSupportImpl {
virtual WebKit::WebData loadResource(const char* name);
virtual int databaseDeleteFile(const WebKit::WebString& vfs_file_name,
bool sync_dir);
-
- protected:
- virtual GpuChannelHostFactory* GetGpuChannelHostFactory() OVERRIDE;
+ virtual WebKit::WebGraphicsContext3D* createOffscreenGraphicsContext3D(
+ const WebKit::WebGraphicsContext3D::Attributes& attributes);
+ virtual WebKit::WebGraphicsContext3D* sharedOffscreenGraphicsContext3D();
private:
webkit_glue::WebFileUtilitiesImpl file_utilities_;

Powered by Google App Engine
This is Rietveld 408576698