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:
parent
615fac4b62
commit
3719c1cb12
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue