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

Unified Diff: ash/display/display_change_observer_chromeos.h

Issue 27156003: linux_aura: Enable HIDPI support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated accordigly to r232633 Created 7 years, 1 month 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 | ash/display/display_change_observer_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_change_observer_chromeos.h
diff --git a/ash/display/display_change_observer_chromeos.h b/ash/display/display_change_observer_chromeos.h
index 6beb7318bfa622d435045aed49d52e59c84c7e38..c75c00be4dad37f3d36455dfa602a6259ad2f445 100644
--- a/ash/display/display_change_observer_chromeos.h
+++ b/ash/display/display_change_observer_chromeos.h
@@ -22,12 +22,6 @@ class DisplayChangeObserver
public chromeos::OutputConfigurator::Observer,
public ShellObserver {
public:
- // Returns true if the size info in the output_info isn't valid
- // and should be ignored. This is exposed for testing.
- // |mm_width| and |mm_height| are given in millimeters.
- ASH_EXPORT static bool ShouldIgnoreSize(unsigned long mm_width,
- unsigned long mm_height);
-
// Returns the resolution list.
ASH_EXPORT static std::vector<Resolution> GetResolutionList(
const chromeos::OutputConfigurator::OutputSnapshot& output);
« no previous file with comments | « no previous file | ash/display/display_change_observer_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698