| Index: Source/core/layout/LayoutObject.h
|
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
|
| index 59f75ced8821c596b7d0490a75216cbe9c123663..3935b732011d3da7adb28ff78ef76c7f16bb6163 100644
|
| --- a/Source/core/layout/LayoutObject.h
|
| +++ b/Source/core/layout/LayoutObject.h
|
| @@ -1005,9 +1005,6 @@ public:
|
| // Compute a list of hit-test rectangles per layer rooted at this layoutObject.
|
| virtual void computeLayerHitTestRects(LayerHitTestRects&) const;
|
|
|
| - // Return the layoutObject whose background style is used to paint the root background. Should only be called on the layoutObject for which isDocumentElement() is true.
|
| - LayoutObject* layoutObjectForRootBackground();
|
| -
|
| RespectImageOrientationEnum shouldRespectImageOrientation() const;
|
|
|
| bool isRelayoutBoundaryForInspector() const;
|
|
|