diff options
Diffstat (limited to 'base/scoped_clipboard_writer.h')
-rw-r--r-- | base/scoped_clipboard_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/scoped_clipboard_writer.h b/base/scoped_clipboard_writer.h index 08a36fd..932c334 100644 --- a/base/scoped_clipboard_writer.h +++ b/base/scoped_clipboard_writer.h @@ -40,10 +40,10 @@ class ScopedClipboardWriter { void WriteFile(const std::wstring& file); void WriteFiles(const std::vector<std::wstring>& files); -#if defined(OS_WIN) // Used by WebKit to determine whether WebKit wrote the clipboard last void WriteWebSmartPaste(); +#if defined(OS_WIN) // Adds a bitmap to the clipboard // This is the slowest way to copy a bitmap to the clipboard as we must first // memcpy the pixels into GDI and the blit the bitmap to the clipboard. |