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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBox.h

Issue 2816873002: Update PaintLayer size during layout, not after.
Patch Set: Speculatively remove call to UpdateScrollbars() Created 3 years, 8 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
Index: third_party/WebKit/Source/core/layout/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index 5697215af85a8f926a31e8d1a581a4ad7b56aefb..3166be67ff5b906b3b87d4976d6c9838365fe79f 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -497,7 +497,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
void ClearLayoutOverflow();
void ClearAllOverflows() { overflow_.reset(); }
- void UpdateLayerTransformAfterLayout();
+ virtual void UpdateAfterLayout();
DISABLE_CFI_PERF LayoutUnit ContentWidth() const {
// We're dealing with LayoutUnit and saturated arithmetic here, so we need
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698