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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/README.md

Issue 2390443002: Unify GeometryPropertyTreeState and PropertyTreeState (Closed)
Patch Set: rebase x2 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
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/paint/README.md
diff --git a/third_party/WebKit/Source/platform/graphics/paint/README.md b/third_party/WebKit/Source/platform/graphics/paint/README.md
index a2db6dbc2b1ebff2b45e4c571b304d65c5484747..1d60a22ab243c18b9ad54ae11e0f94901bbbed8f 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/README.md
+++ b/third_party/WebKit/Source/platform/graphics/paint/README.md
@@ -263,12 +263,12 @@ root layer to the overall layer hierarchy to be displayed to the user.
The [`GeometryMapper`](GeometryMapper.h) is responsible for efficiently computing
visual and transformed rects of display items in the coordinate space of ancestor
-[`GeometryPropertyTreeState`](GeometryPropertyTreeState.h)s.
+[`PropertyTreeState`](PropertyTreeState.h)s.
-The transformed rect of a display item in an ancestor `GeometryPropertyTreeState`
-is that rect, multiplied by the transforms between the display item's
-`GeometryPropertyTreeState` and the ancestors, then flattened into 2D.
+The transformed rect of a display item in an ancestor `PropertyTreeState` is
+that rect, multiplied by the transforms between the display item's
+`PropertyTreeState` and the ancestors, then flattened into 2D.
-The visual rect of a display item in an ancestor `GeometryPropertyTreeState` is
-the intersection of all of the intermediate clips (transformed in to the
-ancestor state), with the display item's transformed rect.
+The visual rect of a display item in an ancestor `PropertyTreeState` is the
+intersection of all of the intermediate clips (transformed in to the ancestor
+state), with the display item's transformed rect.
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698