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

Unified Diff: webkit/glue/scoped_clipboard_writer_glue.h

Issue 28119: Chromium changes to use new WebKit, WebKitClient, and WebClipboard interfaces... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 months 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 | « webkit/glue/glue.vcproj ('k') | webkit/glue/simple_clipboard_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/scoped_clipboard_writer_glue.h
===================================================================
--- webkit/glue/scoped_clipboard_writer_glue.h (revision 10343)
+++ webkit/glue/scoped_clipboard_writer_glue.h (working copy)
@@ -23,7 +23,7 @@
~ScopedClipboardWriterGlue();
#if defined(OS_WIN)
- void ScopedClipboardWriterGlue::WriteBitmap(const SkBitmap& bitmap);
+ void WriteBitmapFromPixels(const void* pixels, const gfx::Size& size);
#endif
private:
« no previous file with comments | « webkit/glue/glue.vcproj ('k') | webkit/glue/simple_clipboard_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698