| Index: webkit/support/webkit_support.h
|
| diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h
|
| index 600500448519109b34f95c5c0a30eb9a8704d817..dccc706669a706095984b7e8b524e0018fa86944 100644
|
| --- a/webkit/support/webkit_support.h
|
| +++ b/webkit/support/webkit_support.h
|
| @@ -157,6 +157,9 @@ WebKit::WebLayerTreeView* CreateLayerTreeViewSoftware(
|
| WebKit::WebLayerTreeView* CreateLayerTreeView3d(
|
| DRTLayerTreeViewClient* client);
|
|
|
| +#define WEBKIT_SUPPORT_HAS_SET_THREADING_COMPOSITING_ENABLED 1
|
| +void SetThreadedCompositorEnabled(bool enabled);
|
| +
|
| // ------- URL load mocking.
|
| // Registers the file at |file_path| to be served when |url| is requested.
|
| // |response| is the response provided with the contents.
|
|
|