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
Move RenderObject::shouldRespectImageOrientation to RenderElement.
[WebKit-https.git]
/
Source
/
WebCore
/
rendering
/
RenderElement.h
diff --git
a/Source/WebCore/rendering/RenderElement.h
b/Source/WebCore/rendering/RenderElement.h
index
0c875d7
..
b7782bb
100644
(file)
--- a/
Source/WebCore/rendering/RenderElement.h
+++ b/
Source/WebCore/rendering/RenderElement.h
@@
-227,6
+227,8
@@
public:
RenderBlock* containingBlockForFixedPosition() const;
RenderBlock* containingBlockForAbsolutePosition() const;
RenderBlock* containingBlockForFixedPosition() const;
RenderBlock* containingBlockForAbsolutePosition() const;
+ RespectImageOrientationEnum shouldRespectImageOrientation() const;
+
protected:
enum BaseTypeFlag {
RenderLayerModelObjectFlag = 1 << 0,
protected:
enum BaseTypeFlag {
RenderLayerModelObjectFlag = 1 << 0,