mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
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:
@ -221,10 +221,7 @@ class BrowserWebKitInit : public webkit_glue::WebKitClientImpl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
virtual WebKit::WebGraphicsContext3D* createGraphicsContext3D() {
|
virtual WebKit::WebGraphicsContext3D* createGraphicsContext3D() {
|
||||||
// TODO(cef): WebGL support is disabled until a better implementation is
|
return WebKit::WebGraphicsContext3D::createDefault();
|
||||||
// available.
|
|
||||||
//return WebKit::WebGraphicsContext3D::createDefault();
|
|
||||||
return NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user