Chromium Code Reviews| Index: ui/gfx/gtk_util.h |
| =================================================================== |
| --- ui/gfx/gtk_util.h (revision 99756) |
| +++ ui/gfx/gtk_util.h (working copy) |
| @@ -66,6 +66,9 @@ |
| // assumed to be 4 * |width|. |
| uint8_t* BGRAToRGBA(const uint8_t* pixels, int width, int height, int stride); |
| +// Initialize some GTK settings so that our dialogs are consistent. |
| +void InitRCStyles(); |
| + |
| } // namespace gfx |
| // It's not legal C++ to have a templatized typedefs, so we wrap it in a |