summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/testing/test_paint_artifact.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/platform/testing/test_paint_artifact.h')
-rw-r--r--chromium/third_party/blink/renderer/platform/testing/test_paint_artifact.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/platform/testing/test_paint_artifact.h b/chromium/third_party/blink/renderer/platform/testing/test_paint_artifact.h
index 4c9044ca2fc..d11d6514769 100644
--- a/chromium/third_party/blink/renderer/platform/testing/test_paint_artifact.h
+++ b/chromium/third_party/blink/renderer/platform/testing/test_paint_artifact.h
@@ -117,8 +117,12 @@ class TestPaintArtifact {
TestPaintArtifact& DrawableBounds(const IntRect&);
TestPaintArtifact& SetRasterEffectOutset(RasterEffectOutset);
- TestPaintArtifact& KnownToBeOpaque();
+ TestPaintArtifact& RectKnownToBeOpaque(const IntRect&);
+ TestPaintArtifact& TextKnownToBeOnOpaqueBackground();
+ TestPaintArtifact& HasText();
+ TestPaintArtifact& EffectivelyInvisible();
TestPaintArtifact& Uncacheable();
+ TestPaintArtifact& IsMovedFromCachedSubsequence();
// Build the paint artifact. After that, if this object has automatically
// created any display item client, the caller must retain this object when