Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp

Issue 2880573003: Remove PaintImage trace from KnownToBeOpaque in StyleFetchedImage (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/style/StyleFetchedImage.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « third_party/WebKit/Source/core/style/StyleFetchedImage.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698