summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/paint/link_highlight_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/paint/link_highlight_impl.h')
-rw-r--r--chromium/third_party/blink/renderer/core/paint/link_highlight_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/paint/link_highlight_impl.h b/chromium/third_party/blink/renderer/core/paint/link_highlight_impl.h
index 3f9b2dae2a1..34cd91faed8 100644
--- a/chromium/third_party/blink/renderer/core/paint/link_highlight_impl.h
+++ b/chromium/third_party/blink/renderer/core/paint/link_highlight_impl.h
@@ -79,7 +79,7 @@ class CORE_EXPORT LinkHighlightImpl final : public CompositorAnimationDelegate,
void Paint(GraphicsContext&);
wtf_size_t FragmentCountForTesting() const { return fragments_.size(); }
- cc::PictureLayer* LayerForTesting(size_t index) const {
+ cc::PictureLayer* LayerForTesting(wtf_size_t index) const {
return fragments_[index].Layer();
}