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

Unified Diff: ui/gfx/skbitmap_operations.h

Issue 394183002: ui/gfx: remove redundant erase operations and remove unused function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 | ui/gfx/skbitmap_operations.cc » ('j') | ui/gfx/skbitmap_operations.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/skbitmap_operations.h
diff --git a/ui/gfx/skbitmap_operations.h b/ui/gfx/skbitmap_operations.h
index fd25d5efc977d847c2e112f06b99b3239456fc26..0850188f0b857a5596ae85c4994968e5ab94fbca 100644
--- a/ui/gfx/skbitmap_operations.h
+++ b/ui/gfx/skbitmap_operations.h
@@ -32,12 +32,6 @@ class GFX_EXPORT SkBitmapOperations {
// (0, 240, 255). The alpha value is not inverted.
static SkBitmap CreateInvertedBitmap(const SkBitmap& image);
- // Create a bitmap that is a superimposition of the second bitmap on top of
- // the first. The provided bitmaps must use have the kARGB_8888_Config config
- // and be of equal dimensions.
- static SkBitmap CreateSuperimposedBitmap(const SkBitmap& first,
- const SkBitmap& second);
-
// Create a bitmap that is a blend of two others. The alpha argument
// specifies the opacity of the second bitmap. The provided bitmaps must
// use have the kARGB_8888_Config config and be of equal dimensions.
« no previous file with comments | « no previous file | ui/gfx/skbitmap_operations.cc » ('j') | ui/gfx/skbitmap_operations.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698