summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/simple_file_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/simple_file_system.h')
-rw-r--r--webkit/tools/test_shell/simple_file_system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/simple_file_system.h b/webkit/tools/test_shell/simple_file_system.h
index 031ed8b..e1a8236 100644
--- a/webkit/tools/test_shell/simple_file_system.h
+++ b/webkit/tools/test_shell/simple_file_system.h
@@ -44,6 +44,8 @@ class SimpleFileSystem : public WebKit::WebFileSystem {
WebKit::WebFileSystemCallbacks* callbacks);
virtual void readDirectory(const WebKit::WebString& path,
WebKit::WebFileSystemCallbacks* callbacks);
+ virtual WebKit::WebFileWriter* createFileWriter(
+ const WebKit::WebString& path, WebKit::WebFileWriterClient* client);
private:
// Helpers.