| Index: Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.mm
|
| diff --git a/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.mm b/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.mm
|
| index 0649932408f3a3ce4060b9fcc4530d5954d07a13..49fa2e168a5cf0a787d514cea37edd6922164f9e 100644
|
| --- a/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.mm
|
| +++ b/Source/platform/scroll/ScrollbarThemeMacNonOverlayAPI.mm
|
| @@ -135,7 +135,7 @@ bool ScrollbarThemeMacNonOverlayAPI::paint(ScrollbarThemeClient* scrollbar, Grap
|
| }
|
|
|
| // Draw thumbless.
|
| - gfx::SkiaBitLocker bitLocker(drawingContext->canvas());
|
| + gfx::SkiaBitLocker bitLocker(drawingContext->canvas(), scrollbar->frameRect());
|
| CGContextRef cgContext = bitLocker.cgContext();
|
| HIThemeDrawTrack(&trackInfo, 0, cgContext, kHIThemeOrientationNormal);
|
|
|
|
|