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

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: . 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
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_;
}

Powered by Google App Engine
This is Rietveld 408576698