| Index: third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp b/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
|
| index 166a856dd782b2cfb744e9a66e303db6442eaa87..cd91a07af149059f9dcaa6036a8964f48824f3af 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
|
| @@ -130,9 +130,6 @@ PassRefPtr<Image> StyleFetchedImage::GetImage(
|
|
|
| bool StyleFetchedImage::KnownToBeOpaque(
|
| const LayoutObject& layout_object) const {
|
| - TRACE_EVENT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "PaintImage",
|
| - "data",
|
| - InspectorPaintImageEvent::Data(&layout_object, *image_.Get()));
|
| return image_->GetImage()->CurrentFrameKnownToBeOpaque(
|
| Image::kPreCacheMetadata);
|
| }
|
|
|