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

Unified Diff: ui/gfx/display.h

Issue 1426933002: Refactor Windows DPI Point, Rect, and Size for Multiple Monitor DPI Awareness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to b840e2f Created 4 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
« no previous file with comments | « ui/base/ime/input_method_win.cc ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/display.h
diff --git a/ui/gfx/display.h b/ui/gfx/display.h
index c6df7e703ad54dba04977ee2ce6ed1a6d9df791a..c067b3e3b913100712207c6c033e999d610de258 100644
--- a/ui/gfx/display.h
+++ b/ui/gfx/display.h
@@ -58,7 +58,7 @@ class GFX_EXPORT Display {
Display();
explicit Display(int64_t id);
Display(int64_t id, const Rect& bounds);
- ~Display();
+ virtual ~Display();
oshima 2016/01/15 18:26:03 Did you add subclass? I haven't look at other chan
robliao 2016/01/15 19:28:16 Yes, but it doesn't preclude copying. ScreenWin::D
oshima 2016/01/15 19:55:53 Style guide recommends to avoid it, and even if it
// Returns the forced device scale factor, which is given by
// "--force-device-scale-factor".
« no previous file with comments | « ui/base/ime/input_method_win.cc ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698