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

Unified Diff: ui/gfx/font_smoothing_win.cc

Issue 154203002: Remove unnecessary uses of aura::Env::GetDispatcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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: ui/gfx/font_smoothing_win.cc
diff --git a/ui/gfx/font_smoothing_win.cc b/ui/gfx/font_smoothing_win.cc
index b181fb564e87bbcd8e3450b1efab992e5179973e..78309ff3d9632f233b1f249ab5918ffeb7a5f2c9 100644
--- a/ui/gfx/font_smoothing_win.cc
+++ b/ui/gfx/font_smoothing_win.cc
@@ -36,7 +36,7 @@ class CachedFontSmoothingSettings : public gfx::SingletonHwnd::Observer {
// Queries the font settings from the system.
void QueryFontSettings();
- // Indicates whether the MessagePumpObserver has been registered.
+ // Indicates whether the SingletonHwnd::Observer has been registered.
bool observer_added_;
// Indicates whether |smoothing_enabled_| and |cleartype_enabled_| are valid

Powered by Google App Engine
This is Rietveld 408576698