| Index: third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| index 22798a20a459a9d405ae302ab952b594f06410ac..bd10716d77e2343ef1af1ffa0330b93f40302682 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
|
| @@ -24,7 +24,7 @@ public:
|
| : m_paintController(PaintController::create())
|
| , m_originalSlimmingPaintV2Enabled(RuntimeEnabledFeatures::slimmingPaintV2Enabled()) { }
|
|
|
| - IntRect visualRect(const PaintArtifact& paintArtifact, unsigned index)
|
| + IntRect visualRect(const PaintArtifact& paintArtifact, size_t index)
|
| {
|
| return paintArtifact.getDisplayItemList().visualRect(index);
|
| }
|
|
|