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

Unified Diff: ui/display/test/test_screen.cc

Issue 2609853003: Load extension icons for more scale factors. (Closed)
Patch Set: this is so annoying Created 3 years, 11 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/display/test/test_screen.cc
diff --git a/ui/display/test/test_screen.cc b/ui/display/test/test_screen.cc
index 67536edbc38f8ead060c6b67f4bd1929f9dbb8ea..63e3740d5af20c562947d046d07503b07f76e3f6 100644
--- a/ui/display/test/test_screen.cc
+++ b/ui/display/test/test_screen.cc
@@ -10,7 +10,7 @@ namespace display {
namespace test {
TestScreen::TestScreen() {
- Display display;
+ Display display(1, gfx::Rect(0, 0, 100, 100));
ProcessDisplayChanged(display, true /* is_primary */);
}

Powered by Google App Engine
This is Rietveld 408576698