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

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

Issue 2608543002: Store compositor element id in paint properties for animated objects. (Closed)
Patch Set: Move element id to paint property nodes. Created 4 years 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 719b316d5f1b51ab171483b734aa7c196907baf5..7db7bc85dbdbd64637091fe591a2a47e17d1c6be 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
@@ -138,6 +138,8 @@ class PaintPropertyTreeBuilder {
PaintPropertyTreeBuilderContext&);
static void updateOutOfFlowContext(const LayoutObject&,
PaintPropertyTreeBuilderContext&);
+ static void updateCompositorElementId(const LayoutObject&,
+ CompositorElementId&);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698