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

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

Issue 758373002: Remove most of the old compositing code. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 8afc778b61b4f412e1b6dd37882f2a0fdb4fe005..fe926d1aa970a8ecfa4c1d8213bbcffb31ecb0c2 100644
--- a/sky/engine/core/frame/FrameView.h
+++ b/sky/engine/core/frame/FrameView.h
@@ -222,8 +222,6 @@ private:
virtual bool isFrameView() const override { return true; }
- bool contentsInCompositedLayer() const;
-
void forceLayoutParentViewIfNeeded();
void performPreLayoutTasks();
void performLayout(RenderObject* rootForThisLayout, bool inSubtreeLayout);
@@ -232,8 +230,6 @@ private:
void invalidateTreeIfNeeded();
- void gatherDebugLayoutRects(RenderObject* layoutRoot);
-
DocumentLifecycle& lifecycle() const;
// FIXME(sky): Remove now that we're not a ScrollView?

Powered by Google App Engine
This is Rietveld 408576698