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

Unified Diff: ui/gfx/image/image_skia_operations.h

Issue 2589163003: Add shadow/corner radius to notifications (toasts and in-center). (Closed)
Patch Set: sky reviews Created 3 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 | « ui/gfx/BUILD.gn ('k') | ui/gfx/image/image_skia_operations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/image/image_skia_operations.h
diff --git a/ui/gfx/image/image_skia_operations.h b/ui/gfx/image/image_skia_operations.h
index 1d7d36c61d98a05fdfebcc5279e9dab807b7a945..92fc9b884e6c830f3a4e902f360f0e95aba3a6e8 100644
--- a/ui/gfx/image/image_skia_operations.h
+++ b/ui/gfx/image/image_skia_operations.h
@@ -90,12 +90,6 @@ class GFX_EXPORT ImageSkiaOperations {
static ImageSkia CreateImageWithDropShadow(const ImageSkia& source,
const ShadowValues& shadows);
- // Creates an image with the given shadows painted around a round rect with
- // the given corner radius. The image will be just large enough to paint the
- // shadows appropriately with a 1px square region reserved for "content".
- static ImageSkia CreateShadowNinebox(const ShadowValues& shadows,
- float corner_radius);
-
// Creates an image that is 1dp wide, suitable for tiling horizontally to
// create a drop shadow effect. The purpose of tiling a static image is to
// avoid repeatedly asking Skia to draw a shadow.
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/gfx/image/image_skia_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698