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

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: Sync to head. Created 3 years, 12 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 3f2f6c9cc2a5b183d8c3fe73c4cac589bc546d01..3914f57eb9cb5d4a9b9c230fe54b61a6777f1bd4 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