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

Unified Diff: Source/core/dom/Document.h

Issue 346603005: Remove the old text autosizer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase for landing Created 6 years, 5 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/core/core.gypi ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 2380009fe81e4ad0e0b7b3168c6bca048046f73d..5695fb24c4a9b6134a1348fcf241ff6f3cf5779e 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -143,7 +143,6 @@ class StyleResolver;
class StyleSheet;
class StyleSheetList;
class Text;
-class TextAutosizer;
class Touch;
class TouchList;
class TransformSource;
@@ -960,9 +959,6 @@ public:
IntSize initialViewportSize() const;
- // There are currently two parallel autosizing implementations: TextAutosizer and FastTextAutosizer.
- // See http://tinyurl.com/chromium-fast-autosizer for more details.
- TextAutosizer* textAutosizer();
FastTextAutosizer* fastTextAutosizer();
PassRefPtrWillBeRawPtr<Element> createElement(const AtomicString& localName, const AtomicString& typeExtension, ExceptionState&);
@@ -1355,7 +1351,6 @@ private:
RefPtrWillBeMember<ScriptedAnimationController> m_scriptedAnimationController;
OwnPtr<MainThreadTaskRunner> m_taskRunner;
- OwnPtrWillBeMember<TextAutosizer> m_textAutosizer;
OwnPtrWillBeMember<FastTextAutosizer> m_fastTextAutosizer;
RefPtrWillBeMember<CustomElementRegistrationContext> m_registrationContext;
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698