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

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

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/page/animation/CSSPropertyAnimation.cpp ('k') | Source/WebCore/rendering/TextAutosizer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/rendering/TextAutosizer.h
diff --git a/Source/WebCore/rendering/TextAutosizer.h b/Source/WebCore/rendering/TextAutosizer.h
index f1f675385cabc4c6431eec44cd5a26e993558953..969aee276660edf2c6ede8c3a5cde17e1aa87f6e 100644
--- a/Source/WebCore/rendering/TextAutosizer.h
+++ b/Source/WebCore/rendering/TextAutosizer.h
@@ -26,8 +26,6 @@
#ifndef TextAutosizer_h
#define TextAutosizer_h
-#if ENABLE(TEXT_AUTOSIZING)
-
#include "HTMLNames.h"
#include "WritingMode.h"
#include <wtf/Noncopyable.h>
@@ -105,6 +103,4 @@ private:
} // namespace WebCore
-#endif // ENABLE(TEXT_AUTOSIZING)
-
#endif // TextAutosizer_h
« no previous file with comments | « Source/WebCore/page/animation/CSSPropertyAnimation.cpp ('k') | Source/WebCore/rendering/TextAutosizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698