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

Unified Diff: Source/core/core.gypi

Issue 200923002: Post a microtask to load <img> elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments (retry) Created 6 years, 8 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 6e28480dd900705c81932451fcbc5b8ad8cf27a0..b9299e708edf0ba522d6f8e9da5ecdbaf088da2d 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2021,6 +2021,8 @@
'dom/IdTargetObserverRegistry.cpp',
'dom/IdTargetObserverRegistry.h',
'dom/IgnoreDestructiveWriteCountIncrementer.h',
+ 'dom/IncrementLoadEventDelayCount.cpp',
+ 'dom/IncrementLoadEventDelayCount.h',
'dom/LiveNodeList.cpp',
'dom/LiveNodeList.h',
'dom/LiveNodeListBase.cpp',

Powered by Google App Engine
This is Rietveld 408576698