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

Unified Diff: sky/engine/public/web/WebElement.h

Issue 694703002: Remove lots of dead virtuals from Element. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/core/rendering/RenderLayerScrollableArea.cpp ('k') | sky/engine/web/WebElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebElement.h
diff --git a/sky/engine/public/web/WebElement.h b/sky/engine/public/web/WebElement.h
index ffe763c5869cab16dfa3552b2d946587115994b1..2b506f053d259f67f0dd311e010e340f8e29cc7d 100644
--- a/sky/engine/public/web/WebElement.h
+++ b/sky/engine/public/web/WebElement.h
@@ -48,8 +48,6 @@ public:
WebElement& operator=(const WebElement& e) { WebNode::assign(e); return *this; }
void assign(const WebElement& e) { WebNode::assign(e); }
- BLINK_EXPORT bool isFormControlElement() const;
- BLINK_EXPORT bool isTextFormControlElement() const;
// Returns the qualified name, which may contain a prefix and a colon.
BLINK_EXPORT WebString tagName() const;
// Check if this element has the specified local tag name, and the HTML
« no previous file with comments | « sky/engine/core/rendering/RenderLayerScrollableArea.cpp ('k') | sky/engine/web/WebElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698