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

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: Addresses the changes asked in patch set 3 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
Index: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index dfba38b758b5054691eb02ad7e8562277536526a..a3b1cacaf169dc725bdb0af9fd640b47d2dc79fc 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() { }

Powered by Google App Engine
This is Rietveld 408576698