Allow creation of the 3d graphics context in order to support 3D CSS accelerated compositing. (issue #136).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@128 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2010-10-26 17:29:54 +00:00
parent 615fac4b62
commit 3719c1cb12
1 changed files with 1 additions and 4 deletions

View File

@ -221,10 +221,7 @@ class BrowserWebKitInit : public webkit_glue::WebKitClientImpl {
}
virtual WebKit::WebGraphicsContext3D* createGraphicsContext3D() {
// TODO(cef): WebGL support is disabled until a better implementation is
// available.
//return WebKit::WebGraphicsContext3D::createDefault();
return NULL;
return WebKit::WebGraphicsContext3D::createDefault();
}
private: