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

Unified Diff: Source/WebCore/rendering/TextAutosizer.cpp

Issue 13723004: Remove the ENABLE_TEXT_AUTOSIZING compile-time flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | « Source/WebCore/rendering/TextAutosizer.h ('k') | Source/WebCore/rendering/style/RenderStyle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/rendering/TextAutosizer.cpp
diff --git a/Source/WebCore/rendering/TextAutosizer.cpp b/Source/WebCore/rendering/TextAutosizer.cpp
index 903398c97a90244274670e87389a7ec236a95173..fe3299faf9586233f3c56fb7635919e039d6b668 100644
--- a/Source/WebCore/rendering/TextAutosizer.cpp
+++ b/Source/WebCore/rendering/TextAutosizer.cpp
@@ -20,8 +20,6 @@
#include "config.h"
-#if ENABLE(TEXT_AUTOSIZING)
-
#include "TextAutosizer.h"
#include "Document.h"
@@ -615,5 +613,3 @@ void TextAutosizer::getNarrowDescendantsGroupedByWidth(const TextAutosizingClust
}
} // namespace WebCore
-
-#endif // ENABLE(TEXT_AUTOSIZING)
« no previous file with comments | « Source/WebCore/rendering/TextAutosizer.h ('k') | Source/WebCore/rendering/style/RenderStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698