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

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

Issue 239983004: Textarea resize-able only to larger; min-height and min-width properly set (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase and added shouldBeEqualToString() instead of shouldBe() in LayoutTest Created 6 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 | « LayoutTests/fast/forms/textarea-resize-below-min-size-set-expected.txt ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index 3ae0445f65f5a71b3dee3cc736a56c83e0d4799d..1fe54c04f44a4ba62af1db220b498ca431d227d2 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -402,9 +402,6 @@ public:
virtual const AtomicString& shadowPseudoId() const;
void setShadowPseudoId(const AtomicString&);
- LayoutSize minimumSizeForResizing() const;
- void setMinimumSizeForResizing(const LayoutSize&);
-
virtual void didBecomeFullscreenElement() { }
virtual void willStopBeingFullscreenElement() { }
« no previous file with comments | « LayoutTests/fast/forms/textarea-resize-below-min-size-set-expected.txt ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698