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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2445413003: [Blink] Display images on a dark background (Closed)
Patch Set: Use finish Created 4 years, 2 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/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 40ec07d36da6841e83fe3673db9bcf585c886645..f78f2204cc35eec163479bb9c5d5b297bc24eb5b 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -1008,7 +1008,7 @@ class CORE_EXPORT Document : public ContainerNode,
void resumeScheduledTasks() final;
bool tasksNeedSuspension() final;
- void finishedParsing();
+ virtual void finishedParsing();
void setEncodingData(const DocumentEncodingData& newData);
const WTF::TextEncoding& encoding() const {

Powered by Google App Engine
This is Rietveld 408576698