summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/graphics/paint_worklet_paint_dispatcher_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/platform/graphics/paint_worklet_paint_dispatcher_test.cc')
-rw-r--r--chromium/third_party/blink/renderer/platform/graphics/paint_worklet_paint_dispatcher_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/platform/graphics/paint_worklet_paint_dispatcher_test.cc b/chromium/third_party/blink/renderer/platform/graphics/paint_worklet_paint_dispatcher_test.cc
index c2d2b8a1f09..2dfb0ac3ae5 100644
--- a/chromium/third_party/blink/renderer/platform/graphics/paint_worklet_paint_dispatcher_test.cc
+++ b/chromium/third_party/blink/renderer/platform/graphics/paint_worklet_paint_dispatcher_test.cc
@@ -74,6 +74,7 @@ class MockPaintWorkletInput : public cc::PaintWorkletInput {
MOCK_CONST_METHOD0(WorkletId, int());
MOCK_CONST_METHOD0(GetPropertyKeys,
const std::vector<PaintWorkletInput::PropertyKey>&());
+ MOCK_CONST_METHOD0(IsCSSPaintWorkletInput, bool());
};
cc::PaintWorkletInput* AddPaintWorkletInputToMap(cc::PaintWorkletJobMap& map,