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

Unified Diff: chrome/common/gfx/chrome_canvas.h

Issue 18804: OpaqueNonClientView cleanup (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 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 | « chrome/browser/views/frame/opaque_non_client_view.cc ('k') | chrome/common/gfx/chrome_canvas.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/gfx/chrome_canvas.h
===================================================================
--- chrome/common/gfx/chrome_canvas.h (revision 8638)
+++ chrome/common/gfx/chrome_canvas.h (working copy)
@@ -151,12 +151,9 @@
void DrawFocusRect(int x, int y, int width, int height);
// Tiles the image in the specified region.
- void TileImageInt(const SkBitmap& bitmap, int x, int y, int w, int h,
- SkPorterDuff::Mode mode);
-
- // Tiles the image in the specified region using a transfer mode of
- // SkPorterDuff::kSrcOver_Mode.
void TileImageInt(const SkBitmap& bitmap, int x, int y, int w, int h);
+ void TileImageInt(const SkBitmap& bitmap, int src_x, int src_y, int dest_x,
+ int dest_y, int w, int h);
// Extracts a bitmap from the contents of this canvas.
SkBitmap ExtractBitmap();
« no previous file with comments | « chrome/browser/views/frame/opaque_non_client_view.cc ('k') | chrome/common/gfx/chrome_canvas.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698