| Index: webkit/support/webkit_support.h
|
| diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h
|
| index 17d58bc20b862d7fdc444c3fc962246fb447f399..f7361066cac454b631a242a95d8c5fe3a58d4b01 100644
|
| --- a/webkit/support/webkit_support.h
|
| +++ b/webkit/support/webkit_support.h
|
| @@ -108,9 +108,15 @@ GraphicsContext3DImplementation GetGraphicsContext3DImplementation();
|
|
|
| WebKit::WebGraphicsContext3D* CreateGraphicsContext3D(
|
| const WebKit::WebGraphicsContext3D::Attributes& attributes,
|
| + WebKit::WebView* web_view);
|
| +
|
| +// Deprecated, call the version above.
|
| +WebKit::WebGraphicsContext3D* CreateGraphicsContext3D(
|
| + const WebKit::WebGraphicsContext3D::Attributes& attributes,
|
| WebKit::WebView* web_view,
|
| bool direct);
|
|
|
| +
|
| // ------- URL load mocking.
|
| // Registers the file at |file_path| to be served when |url| is requested.
|
| // |response| is the response provided with the contents.
|
|
|