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

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: add enum, fix NON_EXPORTED_BASE 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..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_;
« no previous file with comments | « webkit/compositor_bindings/web_layer_tree_view_impl_for_testing.cc ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698