Index: Source/core/rendering/compositing/GraphicsLayerUpdater.cpp |
diff --git a/Source/core/rendering/compositing/GraphicsLayerUpdater.cpp b/Source/core/rendering/compositing/GraphicsLayerUpdater.cpp |
index 1b1608f664eb69c733890e0053f5c77d68bfeac5..5f8366fc5c4c6bdadf14279e09632f1bea47400f 100644 |
--- a/Source/core/rendering/compositing/GraphicsLayerUpdater.cpp |
+++ b/Source/core/rendering/compositing/GraphicsLayerUpdater.cpp |
@@ -28,6 +28,7 @@ |
#include "core/rendering/compositing/GraphicsLayerUpdater.h" |
#include "core/html/HTMLMediaElement.h" |
+#include "core/inspector/InspectorTraceEvents.h" |
#include "core/rendering/RenderLayer.h" |
#include "core/rendering/RenderLayerReflectionInfo.h" |
#include "core/rendering/RenderPart.h" |
@@ -98,6 +99,7 @@ void GraphicsLayerUpdater::updateRecursive(RenderLayer& layer, UpdateType update |
ASSERT(compositingContainer == layer.enclosingLayerWithCompositedLayerMapping(ExcludeSelf)); |
if (mapping->updateRequiresOwnBackingStoreForAncestorReasons(compositingContainer)) { |
+ TRACE_LAYER_INVALIDATION(&layer, InspectorLayerInvalidationTrackingEvent::AncestorRequiresNewLayer); |
layersNeedingPaintInvalidation.append(&layer); |
updateType = ForceUpdate; |
} |