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

Unified Diff: third_party/WebKit/Source/core/paint/BoxClipper.cpp

Issue 2430813002: Switch to shorter names for property tree storage and updates (Closed)
Patch Set: Created 4 years, 2 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/BoxClipper.cpp
diff --git a/third_party/WebKit/Source/core/paint/BoxClipper.cpp b/third_party/WebKit/Source/core/paint/BoxClipper.cpp
index 646b55b0d70bb3f5d21e4321ce4fd7824c954608..03c8609e2be87659a1b4042bb15633eb139cb33d 100644
--- a/third_party/WebKit/Source/core/paint/BoxClipper.cpp
+++ b/third_party/WebKit/Source/core/paint/BoxClipper.cpp
@@ -40,7 +40,7 @@ BoxClipper::BoxClipper(const LayoutBox& box,
return;
if (RuntimeEnabledFeatures::slimmingPaintV2Enabled()) {
- const auto* objectProperties = m_box.objectPaintProperties();
+ const auto* objectProperties = m_box.paintProperties();
if (objectProperties && objectProperties->overflowClip()) {
PaintChunkProperties properties(
paintInfo.context.getPaintController().currentPaintChunkProperties());
« no previous file with comments | « third_party/WebKit/Source/core/paint/BlockPainter.cpp ('k') | third_party/WebKit/Source/core/paint/ObjectPaintProperties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698