Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(385)

Unified Diff: webkit/support/test_webkit_platform_support.h

Issue 12211110: Implement WebKit::WebUnitTestSupport::createLayerTreeViewForTesting() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..a1871755ac6c72d29c7f1c20f29300c58dbb412c 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,7 @@ class TestWebKitPlatformSupport :
virtual void unregisterAllMockedURLs();
virtual void serveAsynchronousMockedRequests();
virtual WebKit::WebString webKitRootDir();
+ virtual WebKit::WebLayerTreeView* createLayerTreeViewForTesting();
private:
TestShellWebMimeRegistryImpl mime_registry_;

Powered by Google App Engine
This is Rietveld 408576698