git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
<attachment>'s label baseline should match that of the surrounding text
[WebKit-https.git]
/
Source
/
WebCore
/
rendering
/
RenderTheme.h
diff --git
a/Source/WebCore/rendering/RenderTheme.h
b/Source/WebCore/rendering/RenderTheme.h
index
0c0d3b0
..
92246f5
100644
(file)
--- a/
Source/WebCore/rendering/RenderTheme.h
+++ b/
Source/WebCore/rendering/RenderTheme.h
@@
-252,6
+252,7
@@
public:
#if ENABLE(ATTACHMENT_ELEMENT)
virtual LayoutSize attachmentIntrinsicSize(const RenderAttachment&) const { return LayoutSize(); }
+ virtual int attachmentBaseline(const RenderAttachment&) const { return -1; }
#endif
protected: