| Index: ui/base/resource/resource_bundle.h
|
| diff --git a/ui/base/resource/resource_bundle.h b/ui/base/resource/resource_bundle.h
|
| index f9a34df3f1be4584ed11c820dc94e69152d219d2..85b58ae1fa1444737d6c453c8fda27561f62af5b 100644
|
| --- a/ui/base/resource/resource_bundle.h
|
| +++ b/ui/base/resource/resource_bundle.h
|
| @@ -274,6 +274,9 @@ class UI_EXPORT ResourceBundle {
|
| explicit ResourceBundle(Delegate* delegate);
|
| ~ResourceBundle();
|
|
|
| + // Shared initialization.
|
| + static void InitSharedInstance(Delegate* delegate);
|
| +
|
| // Free skia_images_.
|
| void FreeImages();
|
|
|
|
|