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

Unified Diff: sky/engine/core/rendering/RenderBlock.h

Issue 877043002: Remove RenderLayerScrollableArea (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months 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
« no previous file with comments | « sky/engine/core/page/EventHandler.cpp ('k') | sky/engine/core/rendering/RenderBlock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/rendering/RenderBlock.h
diff --git a/sky/engine/core/rendering/RenderBlock.h b/sky/engine/core/rendering/RenderBlock.h
index 083c865ffc87e9b227243e2613e71a33fd67b7d7..b777544597d1cd6dc8deb6494f7b0c0f17fce44b 100644
--- a/sky/engine/core/rendering/RenderBlock.h
+++ b/sky/engine/core/rendering/RenderBlock.h
@@ -234,16 +234,6 @@ protected:
virtual void updateHitTestResult(HitTestResult&, const LayoutPoint&) override;
- // Delay update scrollbar until finishDelayUpdateScrollInfo() will be
- // called. This function is used when a flexbox is laying out its
- // descendant. If multiple calls are made to startDelayUpdateScrollInfo(),
- // finishDelayUpdateScrollInfo() will do nothing until finishDelayUpdateScrollInfo()
- // is called the same number of times.
- static void startDelayUpdateScrollInfo();
- static void finishDelayUpdateScrollInfo();
-
- void updateScrollInfoAfterLayout();
-
virtual void styleWillChange(StyleDifference, const RenderStyle& newStyle) override;
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) override;
« no previous file with comments | « sky/engine/core/page/EventHandler.cpp ('k') | sky/engine/core/rendering/RenderBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698