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

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

Issue 755843003: Remove compositing states from DocumentLifeCycle. (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 c92936ced878a2afe068f57ae62bb717eb3d44df..1750bc03ab8a29553489ea9d6dbc412034174d8c 100644
--- a/sky/engine/core/frame/FrameView.h
+++ b/sky/engine/core/frame/FrameView.h
@@ -151,8 +151,6 @@ public:
void updateLayoutAndStyleForPainting();
void updateLayoutAndStyleIfNeededRecursive();
- void invalidateTreeIfNeededRecursive();
-
void forceLayout(bool allowSubtree = false);
// Methods to convert points and rects between the coordinate space of the renderer, and this view.

Powered by Google App Engine
This is Rietveld 408576698