diff options
Diffstat (limited to 'WebCore/platform/chromium/ClipboardChromium.h')
-rw-r--r-- | WebCore/platform/chromium/ClipboardChromium.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/platform/chromium/ClipboardChromium.h b/WebCore/platform/chromium/ClipboardChromium.h index 14f59e9..1d69921 100644 --- a/WebCore/platform/chromium/ClipboardChromium.h +++ b/WebCore/platform/chromium/ClipboardChromium.h @@ -48,6 +48,9 @@ namespace WebCore { static PassRefPtr<ClipboardChromium> create( ClipboardType, PassRefPtr<ChromiumDataObject>, ClipboardAccessPolicy, Frame*); + static PassRefPtr<ClipboardChromium> create( + ClipboardType, ClipboardAccessPolicy, Frame*); + // Returns the file name (not including the extension). This removes any // invalid file system characters as well as making sure the // path + extension is not bigger than allowed by the file system. |