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

Unified Diff: ash/display/display_info.h

Issue 336863002: Moving input device hotplug event processing outside of ui/display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove TouchscreenDelegate references from display_unittests Created 6 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
« no previous file with comments | « ash/display/display_change_observer_chromeos.cc ('k') | ash/display/display_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_info.h
diff --git a/ash/display/display_info.h b/ash/display/display_info.h
index 70d7e182364bfd143c583063b7b0408fee1fe80b..adcf0482aed59533bd4e94a8afca7b5708d3eed9 100644
--- a/ash/display/display_info.h
+++ b/ash/display/display_info.h
@@ -176,6 +176,10 @@ class ASH_EXPORT DisplayInfo {
display_modes_.swap(display_modes);
}
+ // Returns the native mode size. If a native mode is not present, return an
+ // empty size.
+ gfx::Size GetNativeModeSize() const;
+
ui::ColorCalibrationProfile color_profile() const {
return color_profile_;
}
« no previous file with comments | « ash/display/display_change_observer_chromeos.cc ('k') | ash/display/display_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698