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

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

Issue 186443002: [Do Not Submit] Fingerprint and Supercluster debugging logic Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « no previous file | Source/core/rendering/FastTextAutosizer.h » ('j') | 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 dc2bcaa6c5dc09fd25f33fc9d8dfb44ebb99372f..6b7eb4d854a512705b0a1d7b590af8750a0d7f53 100644
--- a/Source/core/frame/Settings.cpp
+++ b/Source/core/frame/Settings.cpp
@@ -63,6 +63,8 @@ static const bool defaultSelectTrailingWhitespaceEnabled = true;
static const bool defaultSelectTrailingWhitespaceEnabled = false;
#endif
+#define HACK_FORCE_TEXT_AUTOSIZING_ON_DESKTOP 1
+
Settings::Settings()
: m_openGLMultisamplingEnabled(false)
#if HACK_FORCE_TEXT_AUTOSIZING_ON_DESKTOP
« no previous file with comments | « no previous file | Source/core/rendering/FastTextAutosizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698