Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2382)

Unified Diff: base/scoped_clipboard_writer.h

Issue 10955: Implement the WebSmartPaste pasteboard type on Mac, stub it out on Linux, rem... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/clipboard_mac.mm ('k') | base/scoped_clipboard_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/scoped_clipboard_writer.h
===================================================================
--- base/scoped_clipboard_writer.h (revision 5474)
+++ base/scoped_clipboard_writer.h (working copy)
@@ -40,10 +40,10 @@
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.
« no previous file with comments | « base/clipboard_mac.mm ('k') | base/scoped_clipboard_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698