summaryrefslogtreecommitdiffstats
path: root/base/gfx/gtk_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gfx/gtk_util.h')
-rwxr-xr-xbase/gfx/gtk_util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/base/gfx/gtk_util.h b/base/gfx/gtk_util.h
index 3a1a1d4..110caf5 100755
--- a/base/gfx/gtk_util.h
+++ b/base/gfx/gtk_util.h
@@ -28,11 +28,6 @@ extern const GdkColor kGdkGreen;
void SubtractRectanglesFromRegion(GdkRegion* region,
const std::vector<Rect>& cutouts);
-// Makes a copy of |pixels| with the ordering changed from BGRA to RGBA.
-// The caller is responsible for free()ing the data. If |stride| is 0,
-// it's assumed to be 4 * |width|.
-uint8_t* BGRAToRGBA(const uint8_t* pixels, int width, int height, int stride);
-
} // namespace gfx
#endif // BASE_GFX_GTK_UTIL_H_