Changeset 269762 in webkit
- Timestamp:
- Nov 12, 2020, 7:15:44 PM (6 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/cairo/GraphicsContextCairo.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r269760 r269762 1 2020-11-12 Joonghun Park <jh718.park@samsung.com> 2 3 Unreviewed. Fix the build warning below since r269753. 4 warning: unused parameter ‘spacing’ [-Wunused-parameter] 5 6 No new tests, no new behaviors. 7 8 * platform/graphics/cairo/GraphicsContextCairo.cpp: 9 (WebCore::GraphicsContext::drawPlatformPattern): 10 1 11 2020-11-12 Sam Weinig <weinig@apple.com> 2 12 -
trunk/Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp
r269753 r269762 662 662 663 663 ASSERT(hasPlatformContext()); 664 UNUSED_PARAM(spacing); 664 665 Cairo::drawPattern(*platformContext(), image.get(), IntSize(imageSize), destRect, tileRect, patternTransform, phase, options); 665 666 }
Note:
See TracChangeset
for help on using the changeset viewer.