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

Unified Diff: ui/test/test_suite.cc

Issue 10387010: Select theme resources from ResourceBundle at requested scale factor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. Created 8 years, 7 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/test/test_suite.cc
diff --git a/ui/test/test_suite.cc b/ui/test/test_suite.cc
index da66f41f43ae9e53782c02ae1aa7d507fc540717..26e0e93d1d766b14d2b174f1dbb952e621444390 100644
--- a/ui/test/test_suite.cc
+++ b/ui/test/test_suite.cc
@@ -56,7 +56,7 @@ void UITestSuite::Initialize() {
#if !defined(OS_MACOSX) && defined(OS_POSIX)
ui::ResourceBundle::GetSharedInstance().AddDataPack(
pak_dir.AppendASCII("ui_resources.pak"),
- ResourceHandle::kScaleFactor100x);
+ ui::SCALE_FACTOR_100P);
#endif
}

Powered by Google App Engine
This is Rietveld 408576698