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

Unified Diff: third_party/WebKit/Source/core/css/resolver/ElementStyleResources.h

Issue 2795173002: Do not show image placeholders for CSS sprites (Closed)
Patch Set: remove a test Created 3 years, 6 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/css/resolver/ElementStyleResources.h
diff --git a/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.h b/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.h
index f84ac75320d461c379d24b4ce46bb1e9f983b579..2be3f2ef8d6e67cffcbf984b6f8646b6148cad75 100644
--- a/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.h
+++ b/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.h
@@ -29,6 +29,7 @@
#include "platform/CrossOriginAttributeValue.h"
#include "platform/graphics/Color.h"
#include "platform/heap/Handle.h"
+#include "platform/loader/fetch/FetchParameters.h"
#include "platform/wtf/HashMap.h"
#include "platform/wtf/Noncopyable.h"
@@ -71,6 +72,7 @@ class ElementStyleResources {
StyleImage* LoadPendingImage(
ComputedStyle*,
StylePendingImage*,
+ FetchParameters::PlaceholderImageRequestType,
CrossOriginAttributeValue = kCrossOriginAttributeNotSet);
Member<Document> document_;

Powered by Google App Engine
This is Rietveld 408576698