Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ui / gfx / skbitmap_operations.h
index fd25d5e..0850188 100644 (file)
@@ -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.