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

Unified Diff: ui/display/types/display_mode.h

Issue 2809913003: Re-order fields for better alignment (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | ui/display/types/display_mode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/types/display_mode.h
diff --git a/ui/display/types/display_mode.h b/ui/display/types/display_mode.h
index 0b972d5f497a8288007c0d154c74ca982964f31f..e729ae469b13d03e6e4cb274bab15689ec8d8066 100644
--- a/ui/display/types/display_mode.h
+++ b/ui/display/types/display_mode.h
@@ -31,8 +31,8 @@ class DISPLAY_TYPES_EXPORT DisplayMode {
private:
gfx::Size size_;
- bool is_interlaced_;
float refresh_rate_;
+ bool is_interlaced_;
DISALLOW_COPY_AND_ASSIGN(DisplayMode);
};
« no previous file with comments | « no previous file | ui/display/types/display_mode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698