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

Unified Diff: app/gfx/canvas.h

Issue 270068: Implement dragging icon for dragging bookmarks in views/gtk. Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « no previous file | app/gfx/canvas.cc » ('j') | app/os_exchange_data_provider_gtk.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/gfx/canvas.h
===================================================================
--- app/gfx/canvas.h (revision 28576)
+++ app/gfx/canvas.h (working copy)
@@ -180,7 +180,7 @@
int dest_x, int dest_y, int w, int h);
// Extracts a bitmap from the contents of this canvas.
- SkBitmap ExtractBitmap();
+ SkBitmap ExtractBitmap() const;
#if defined(OS_LINUX)
// Applies current matrix on the canvas to the cairo context. This should be
« no previous file with comments | « no previous file | app/gfx/canvas.cc » ('j') | app/os_exchange_data_provider_gtk.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698