| Index: third_party/WebKit/Source/platform/testing/TestPaintArtifact.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/TestPaintArtifact.h b/third_party/WebKit/Source/platform/testing/TestPaintArtifact.h
|
| index 5392ee24b29a5c5969756c5d607e50342a6531d5..94f7f7afaa3bd51816754518f8e3a2d18e09771e 100644
|
| --- a/third_party/WebKit/Source/platform/testing/TestPaintArtifact.h
|
| +++ b/third_party/WebKit/Source/platform/testing/TestPaintArtifact.h
|
| @@ -24,6 +24,7 @@ class ClipPaintPropertyNode;
|
| class EffectPaintPropertyNode;
|
| class FloatRect;
|
| class PaintArtifact;
|
| +class ScrollPaintPropertyNode;
|
| class TransformPaintPropertyNode;
|
|
|
| // Useful for quickly making a paint artifact in unit tests.
|
| @@ -45,7 +46,7 @@ public:
|
| ~TestPaintArtifact();
|
|
|
| // Add to the artifact.
|
| - TestPaintArtifact& chunk(PassRefPtr<TransformPaintPropertyNode>, PassRefPtr<ClipPaintPropertyNode>, PassRefPtr<EffectPaintPropertyNode>);
|
| + TestPaintArtifact& chunk(PassRefPtr<TransformPaintPropertyNode>, PassRefPtr<ClipPaintPropertyNode>, PassRefPtr<EffectPaintPropertyNode>, PassRefPtr<ScrollPaintPropertyNode>);
|
| TestPaintArtifact& chunk(const PaintChunkProperties&);
|
| TestPaintArtifact& rectDrawing(const FloatRect& bounds, Color);
|
| TestPaintArtifact& foreignLayer(const FloatPoint&, const IntSize&, scoped_refptr<cc::Layer>);
|
|
|