| Index: ui/base/resource/resource_bundle.h
|
| diff --git a/ui/base/resource/resource_bundle.h b/ui/base/resource/resource_bundle.h
|
| index 9f3705c6745947e69008f83bc0b0e63995acc82b..e739262ea70c0d4308aab403443574001f631fc1 100644
|
| --- a/ui/base/resource/resource_bundle.h
|
| +++ b/ui/base/resource/resource_bundle.h
|
| @@ -163,7 +163,7 @@ class UI_EXPORT ResourceBundle {
|
|
|
| // Loads and returns a cursor from the app module.
|
| HCURSOR LoadCursor(int cursor_id);
|
| -#elif defined(USE_X11)
|
| +#elif defined(TOOLKIT_USES_GTK)
|
| // Gets the GdkPixbuf with the specified resource_id from the main data pak
|
| // file. Returns a pointer to a shared instance of the GdkPixbuf. This
|
| // shared GdkPixbuf is owned by the resource bundle and should not be freed.
|
|
|