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

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

Issue 1585013002: MacViews: Use Cocoa folder icons in tree views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 a22a8408d98e573368abcb91ba8bfde2c12d56eb..6eff2b746eb50b7cfe9438115f58e7393f3ee7d3 100644
--- a/ui/gfx/image/image_skia_operations.h
+++ b/ui/gfx/image/image_skia_operations.h
@@ -93,6 +93,9 @@ class GFX_EXPORT ImageSkiaOperations {
const ImageSkia& source,
SkBitmapOperations::RotationAmount rotation);
+ // Creates an image which is a mirror of the |source|.
+ static ImageSkia CreateMirroredImage(const ImageSkia& source);
+
private:
ImageSkiaOperations(); // Class for scoping only.
};

Powered by Google App Engine
This is Rietveld 408576698