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

Unified Diff: third_party/WebKit/Source/core/layout/api/LayoutItem.h

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/layout/api/LayoutItem.h
diff --git a/third_party/WebKit/Source/core/layout/api/LayoutItem.h b/third_party/WebKit/Source/core/layout/api/LayoutItem.h
index b1cd38f332f1b5d52d96c47f36680fffc0a35073..45a475f4203abfcbe8d1a26d5bfde6b093e67a32 100644
--- a/third_party/WebKit/Source/core/layout/api/LayoutItem.h
+++ b/third_party/WebKit/Source/core/layout/api/LayoutItem.h
@@ -214,8 +214,8 @@ class LayoutItem {
return m_layoutObject->resolveColor(colorProperty);
}
- const ObjectPaintProperties* objectPaintProperties() const {
- return m_layoutObject->objectPaintProperties();
+ const ObjectPaintProperties* paintProperties() const {
+ return m_layoutObject->paintProperties();
}
void invalidatePaintRectangle(const LayoutRect& dirtyRect) const {
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutObject.cpp ('k') | third_party/WebKit/Source/core/paint/BlockPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698