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