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

Unified Diff: ash/display/display_change_observer_chromeos.h

Issue 411763004: Use 1.25 DSF for 150~180 DPI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | 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 1e6521ff7816bf34e089e81015c241af384c7924..deef25b36b6b70e42819c91ee8bcf30615621900 100644
--- a/ash/display/display_change_observer_chromeos.h
+++ b/ash/display/display_change_observer_chromeos.h
@@ -40,6 +40,9 @@ class DisplayChangeObserver : public ui::DisplayConfigurator::StateController,
// Overriden from ShellObserver:
virtual void OnAppTerminating() OVERRIDE;
+ // Exposed for testing.
+ ASH_EXPORT static float FindDeviceScaleFactor(float dpi);
+
private:
DISALLOW_COPY_AND_ASSIGN(DisplayChangeObserver);
};
« 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