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

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

Issue 336143002: Revert of 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 Created 6 years, 6 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 e7be9e7d3ce07e161abdfe7b323845c94578bdf1..4490a071d1d4ee25a505e783b1575b4d3ae8e3a1 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -404,6 +404,9 @@ 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