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 3939a59070f7284dc256c9c67c0d9393988c3b17..7b3ee853b46b40895ddba258163b51659f928855 100644 |
--- a/webkit/support/test_webkit_platform_support.h |
+++ b/webkit/support/test_webkit_platform_support.h |
@@ -106,6 +106,7 @@ class TestWebKitPlatformSupport : |
virtual WebKit::WebLayerTreeView* createLayerTreeViewForTesting(); |
virtual WebKit::WebLayerTreeView* createLayerTreeViewForTesting( |
TestViewType type); |
+ virtual WebKit::WebData readFromFile(const WebKit::WebString& path); |
private: |
webkit_glue::SimpleWebMimeRegistryImpl mime_registry_; |