| Index: webkit/support/test_webkit_platform_support.h
|
| diff --git a/webkit/support/test_webkit_platform_support.h b/webkit/support/test_webkit_platform_support.h
|
| index d55a070d530594e6df323b774c2187cbec73c288..049b19a5ee6dd3c88e800ec03bdf7d8a15bdb2d9 100644
|
| --- a/webkit/support/test_webkit_platform_support.h
|
| +++ b/webkit/support/test_webkit_platform_support.h
|
| @@ -26,7 +26,8 @@
|
| class TestShellWebBlobRegistryImpl;
|
|
|
| namespace WebKit {
|
| - class WebAudioDevice;
|
| +class WebAudioDevice;
|
| +class WebLayerTreeView;
|
| }
|
|
|
| typedef struct _HyphenDict HyphenDict;
|
| @@ -156,6 +157,10 @@ class TestWebKitPlatformSupport :
|
| virtual void unregisterAllMockedURLs();
|
| virtual void serveAsynchronousMockedRequests();
|
| virtual WebKit::WebString webKitRootDir();
|
| +#if HAVE_CREATELAYERTREEVIEWFORTESTING
|
| + virtual WebKit::WebLayerTreeView* createLayerTreeViewForTesting(
|
| + TestViewType type);
|
| +#endif
|
|
|
| private:
|
| TestShellWebMimeRegistryImpl mime_registry_;
|
|
|