| Index: sky/engine/core/frame/FrameView.h
|
| diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
|
| index 1750bc03ab8a29553489ea9d6dbc412034174d8c..349491a99c171423d52105e899dcd6bd8a41163d 100644
|
| --- a/sky/engine/core/frame/FrameView.h
|
| +++ b/sky/engine/core/frame/FrameView.h
|
| @@ -206,6 +206,9 @@ public:
|
| bool paintsEntireContents() const { return false; }
|
| bool clipsPaintInvalidations() const { return true; }
|
|
|
| + // For inspector reporting:
|
| + void countObjectsNeedingLayout(unsigned& needsLayoutObjects, unsigned& totalObjects, bool& isPartial);
|
| +
|
| protected:
|
| bool isVerticalDocument() const;
|
| bool isFlippedDocument() const;
|
|
|