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

Unified Diff: third_party/WebKit/Source/core/loader/ImageLoader.cpp

Issue 2173793002: CL for perf tryjob on mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: third_party/WebKit/Source/core/loader/ImageLoader.cpp
diff --git a/third_party/WebKit/Source/core/loader/ImageLoader.cpp b/third_party/WebKit/Source/core/loader/ImageLoader.cpp
index c2535d0687a88d1dd81305bde85c7a5a1964d12f..0c95a54003dba679d112440ed5fa4a021643f100 100644
--- a/third_party/WebKit/Source/core/loader/ImageLoader.cpp
+++ b/third_party/WebKit/Source/core/loader/ImageLoader.cpp
@@ -427,7 +427,7 @@ bool ImageLoader::shouldLoadImmediately(const KURL& url) const
if (resource && !resource->errorOccurred())
return true;
}
- return (isHTMLObjectElement(m_element) || isHTMLEmbedElement(m_element) || url.protocolIsData());
+ return (isHTMLObjectElement(m_element) || isHTMLEmbedElement(m_element));
}
void ImageLoader::imageNotifyFinished(ImageResource* resource)

Powered by Google App Engine
This is Rietveld 408576698