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

Unified Diff: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.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/PaintPropertyTreeBuilderTest.h
diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.h b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.h
index 1f936e7cb3c159df3fd94e5db7f321fdb581e5a4..6c023f6c321b79d4bf3b0f5eb21b972177313f94 100644
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.h
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.h
@@ -40,6 +40,8 @@ class PaintPropertyTreeBuilderTest
// ObjectPaintProperties::localBorderBoxProperties().
LayoutPoint paintOffset(const LayoutObject*);
+ const ObjectPaintProperties* paintPropertiesForElement(const char* name);
+
private:
void SetUp() override;
void TearDown() override;

Powered by Google App Engine
This is Rietveld 408576698