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

Unified Diff: third_party/WebKit/Source/core/loader/resource/ImageResourceContent.cpp

Issue 2638383008: Temporarily introduce ImageResourceInfo::setIsPlaceholder() (Closed)
Patch Set: Rebase Created 3 years, 10 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/resource/ImageResourceContent.cpp
diff --git a/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.cpp b/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.cpp
index 2adbbeefea8c30e8fa8de1617991863c7b99fe81..a3cdaac37402eabb462a6b000c64cccd8377b42a 100644
--- a/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.cpp
+++ b/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.cpp
@@ -54,6 +54,7 @@ class NullImageResourceInfo final
void decodeError(bool allDataReceived) override {}
void setDecodedSize(size_t) override {}
+ void setIsPlaceholder(bool) override {}
void willAddClientOrObserver() override {}
void didRemoveClientOrObserver() override {}
void emulateLoadStartedForInspector(

Powered by Google App Engine
This is Rietveld 408576698