WebKit Bugzilla
Attachment 343306 Details for
Bug 186206
: REGRESSION(r230950): [GTK] WebKit::CoordinatedBackingStoreTile::setBackBuffer(): WebKitWebProcess killed by SIGSEGV (ASSERTION FAILED: it != m_tiles.end())
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to revert bug 184143 change
bug186206.patch (text/plain), 1.68 KB, created by
Fujii Hironori
on 2018-06-21 21:24:01 PDT
(
hide
)
Description:
Patch to revert bug 184143 change
Filename:
MIME Type:
Creator:
Fujii Hironori
Created:
2018-06-21 21:24:01 PDT
Size:
1.68 KB
patch
obsolete
>diff --git a/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp b/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp >index 3640c3ecd9b..cc686436c8e 100644 >--- a/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp >+++ b/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp >@@ -1084,8 +1084,7 @@ void CoordinatedGraphicsLayer::computeTransformedVisibleRect() > > bool CoordinatedGraphicsLayer::shouldHaveBackingStore() const > { >- return drawsContent() && contentsAreVisible() && !m_size.isEmpty() >- && (!!opacity() || m_animations.hasActiveAnimationsOfType(AnimatedPropertyOpacity)); >+ return drawsContent() && contentsAreVisible() && !m_size.isEmpty(); > } > > bool CoordinatedGraphicsLayer::selfOrAncestorHasActiveTransformAnimation() const >diff --git a/Source/WebKit/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.cpp b/Source/WebKit/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.cpp >index 1e4b0fd769a..62dbeb4f85c 100644 >--- a/Source/WebKit/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.cpp >+++ b/Source/WebKit/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.cpp >@@ -37,8 +37,7 @@ using namespace WebCore; > > static bool layerShouldHaveBackingStore(TextureMapperLayer* layer) > { >- return layer->drawsContent() && layer->contentsAreVisible() && !layer->size().isEmpty() >- && (!!layer->opacity() || layer->animations().hasActiveAnimationsOfType(AnimatedPropertyOpacity)); >+ return layer->drawsContent() && layer->contentsAreVisible() && !layer->size().isEmpty(); > } > > CoordinatedGraphicsScene::CoordinatedGraphicsScene(CoordinatedGraphicsSceneClient* client)
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 186206
:
341780
|
341781
|
341873
| 343306