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

Unified Diff: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h

Issue 2729683002: Handle resize in PaintPropertyTreeBuilder::updateForObjectSizeAndLocation() (Closed)
Patch Set: Fix a typo (ScrollbarWithChange -> ScrollbarWidthChange) Created 3 years, 10 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/paint/PaintPropertyTreeBuilder.h
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
index 4a8e756eef4a0d5a4130435d91ce055e62f6e788..dd18716e32bfe85f90e4a2b45ca2ff2f09199630 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
@@ -116,7 +116,7 @@ class PaintPropertyTreeBuilder {
ALWAYS_INLINE static void updatePaintOffsetTranslation(
const LayoutBoxModelObject&,
PaintPropertyTreeBuilderContext&);
- ALWAYS_INLINE static void updateForObjectLocation(
+ ALWAYS_INLINE static void updateForObjectLocationAndSize(
const LayoutObject&,
PaintPropertyTreeBuilderContext&);
ALWAYS_INLINE static void updateTransform(const LayoutObject&,

Powered by Google App Engine
This is Rietveld 408576698