Index: ui/base/resource/resource_bundle.h |
diff --git a/ui/base/resource/resource_bundle.h b/ui/base/resource/resource_bundle.h |
index 974e5d3d56e49e95677f64867cdb62e4f2a31492..e55365aee0245cdae8e9cd432d8f306a9a92a19f 100644 |
--- a/ui/base/resource/resource_bundle.h |
+++ b/ui/base/resource/resource_bundle.h |
@@ -89,7 +89,7 @@ class UI_EXPORT ResourceBundle { |
// looking for a DataResource, we will search these files after searching the |
// main module. This method is not thread safe! You should call it |
// immediately after calling InitSharedInstance. |
- void AddDataPack(const FilePath& path); |
+ void AddDataPack(const FilePath& path, float scale_factor); |
sky
2012/04/25 21:11:42
Document scale_factor.
sail
2012/04/25 22:18:35
Done.
|
// Changes the locale for an already-initialized ResourceBundle, returning the |
// name of the newly-loaded locale. Future calls to get strings will return |