| Index: ui/gfx/skia_util.h
|
| ===================================================================
|
| --- ui/gfx/skia_util.h (revision 135380)
|
| +++ ui/gfx/skia_util.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -50,11 +50,6 @@
|
| int* accelerated_char_pos,
|
| int* accelerated_char_span);
|
|
|
| -// Converts Skia ARGB format pixels in |skia| to RGBA.
|
| -UI_EXPORT void ConvertSkiaToRGBA(const unsigned char* skia,
|
| - int pixel_width,
|
| - unsigned char* rgba);
|
| -
|
| } // namespace gfx
|
|
|
| #endif // UI_GFX_SKIA_UTIL_H_
|
|
|