WebKit Bugzilla
Attachment 358598 Details for
Bug 193239
: [GTK][WPE] Graphic issue with invalidations on composited layers with subpixel positions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
repaint_invalidate_rects_workaround.patch (text/plain), 799 bytes, created by
Karl Leplat
on 2019-01-08 09:03:40 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Karl Leplat
Created:
2019-01-08 09:03:40 PST
Size:
799 bytes
patch
obsolete
>diff --git a/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp b/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp >index 15ae46f60d7..29b4c8ce37f 100644 >--- a/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp >+++ b/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp >@@ -888,7 +888,7 @@ void CoordinatedGraphicsLayer::updateContentBuffers() > > if (!m_needsDisplay.completeLayer) { > for (auto& rect : m_needsDisplay.rects) >- layerState.mainBackingStore->invalidate(IntRect { rect }); >+ layerState.mainBackingStore->invalidate(enclosingIntRect(rect)); > } else > layerState.mainBackingStore->invalidate({ { }, IntSize { m_size } }); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193239
:
358598
|
358600
|
358601
|
358608
|
358614
|
358615
|
358638
|
358682
|
358692
|
358699
|
358700
|
358704
|
358705
|
358707
|
358709
|
358711
|
358785
|
359021