| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index b0cdb104474d7e037e7507d01ad898036eac08dd..a9687de2ee00aeb8dddc9aece524f9e258ee2223 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1228,7 +1228,7 @@ public:
|
| // Compute a list of hit-test rectangles per layer rooted at this layoutObject.
|
| virtual void computeLayerHitTestRects(LayerHitTestRects&) const;
|
|
|
| - RespectImageOrientationEnum shouldRespectImageOrientation() const;
|
| + static RespectImageOrientationEnum shouldRespectImageOrientation(const LayoutObject*);
|
|
|
| bool isRelayoutBoundaryForInspector() const;
|
|
|
|
|