| Index: webkit/tools/test_shell/simple_clipboard_impl.h
|
| diff --git a/webkit/tools/test_shell/simple_clipboard_impl.h b/webkit/tools/test_shell/simple_clipboard_impl.h
|
| index f572eb37c87a4b7b4045895f9103f7fb86465271..873adc64e5f57892ef0cf14eff3bca3fb2f90ec9 100644
|
| --- a/webkit/tools/test_shell/simple_clipboard_impl.h
|
| +++ b/webkit/tools/test_shell/simple_clipboard_impl.h
|
| @@ -29,6 +29,9 @@ class SimpleClipboardClient : public webkit_glue::ClipboardClient {
|
| uint32* fragment_end) OVERRIDE;
|
| virtual void ReadImage(ui::Clipboard::Buffer buffer,
|
| std::string* data) OVERRIDE;
|
| + virtual void ReadCustomData(ui::Clipboard::Buffer buffer,
|
| + const string16& type,
|
| + string16* data) OVERRIDE;
|
| virtual WriteContext* CreateWriteContext() OVERRIDE;
|
| };
|
|
|
|
|