Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1398)

Unified Diff: sky/engine/core/frame/FrameView.h

Issue 771323002: Remove a couple more core/ header includes from v8_inspector (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698