Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: ui/base/resource/resource_bundle.h

Issue 24175004: Remove dependency on ui::ScaleFactor from ui/gfx (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename methods and vars to make image_scale more clear Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698