| Index: Source/core/layout/LayoutObject.h
|
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
|
| index 1f8e27b76dcb3df6416008c985421f523b32d67d..180f26aa02cb75e48b4ea7e03535bc684949fbe4 100644
|
| --- a/Source/core/layout/LayoutObject.h
|
| +++ b/Source/core/layout/LayoutObject.h
|
| @@ -1006,9 +1006,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;
|
|
|