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

Unified Diff: ash/display/display_manager.h

Issue 485873002: Enable subpixel positioning for internal display with dsf larger than 1.0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed Created 6 years, 4 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_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_manager.h
diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h
index 9c57fde21ab1dd5fc03e5ac41efcdc4c8eab625e..4be4bbd3977df4de02b5e1d489131682deca9c39 100644
--- a/ash/display/display_manager.h
+++ b/ash/display/display_manager.h
@@ -122,6 +122,10 @@ class ASH_EXPORT DisplayManager
// Initialize default display.
void InitDefaultDisplay();
+ // Initializes font related params that depends on display
+ // configuration.
+ void InitFontParams();
+
// True if the given |display| is currently connected.
bool IsActiveDisplay(const gfx::Display& display) const;
« no previous file with comments | « no previous file | ash/display/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698