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

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

Issue 2238853005: Use GeometryMapper in PaintInvalidator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@GeometryMapperMore
Patch Set: Rebase Created 4 years, 4 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 af0605969278dd2922468c87d2fac60dd5302204..d7a837c51b495fe5c22bc863bf965835de82537a 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
@@ -73,7 +73,8 @@ class PaintPropertyTreeBuilder {
public:
void buildTreeRootNodes(FrameView&, PaintPropertyTreeBuilderContext&);
void buildTreeNodes(FrameView&, PaintPropertyTreeBuilderContext&);
- void buildTreeNodes(const LayoutObject&, PaintPropertyTreeBuilderContext&);
+ void buildTreeNodesForSelf(const LayoutObject&, PaintPropertyTreeBuilderContext&);
+ void buildTreeNodesForChildren(const LayoutObject&, PaintPropertyTreeBuilderContext&);
private:
static void updatePaintOffsetTranslation(const LayoutObject&, PaintPropertyTreeBuilderContext&);

Powered by Google App Engine
This is Rietveld 408576698