mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	More changes to disable WebGL support.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@126 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
		| @@ -221,7 +221,10 @@ class BrowserWebKitInit : public webkit_glue::WebKitClientImpl { | |||||||
|   } |   } | ||||||
|  |  | ||||||
|   virtual WebKit::WebGraphicsContext3D* createGraphicsContext3D() { |   virtual WebKit::WebGraphicsContext3D* createGraphicsContext3D() { | ||||||
|     return WebKit::WebGraphicsContext3D::createDefault(); |     // TODO(cef): WebGL support is disabled until a better implementation is | ||||||
|  |     // available. | ||||||
|  |     //return WebKit::WebGraphicsContext3D::createDefault(); | ||||||
|  |     return NULL; | ||||||
|   } |   } | ||||||
|  |  | ||||||
|  private: |  private: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user