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

Unified Diff: Source/core/frame/Settings.cpp

Issue 720203002: Rename HACK_FORCE_TEXT_AUTOSIZING_ON_DESKTOP (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | « LayoutTests/fast/text-autosizing/resources/autosizingTest.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Settings.cpp
diff --git a/Source/core/frame/Settings.cpp b/Source/core/frame/Settings.cpp
index d176663e4f90a778a3bc06596d0ea323871a4e7c..f6a2781b36a86509f34490b3c69742480ae26f3c 100644
--- a/Source/core/frame/Settings.cpp
+++ b/Source/core/frame/Settings.cpp
@@ -66,7 +66,7 @@ static const bool defaultSelectTrailingWhitespaceEnabled = false;
Settings::Settings()
: m_openGLMultisamplingEnabled(false)
-#if HACK_FORCE_TEXT_AUTOSIZING_ON_DESKTOP
+#if DEBUG_TEXT_AUTOSIZING_ON_DESKTOP
, m_textAutosizingWindowSizeOverride(320, 480)
, m_textAutosizingEnabled(true)
#else
« no previous file with comments | « LayoutTests/fast/text-autosizing/resources/autosizingTest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698