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

Unified Diff: Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h

Issue 1246363002: Avoid updating compositor animations in hitTest path (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix the bug in another method Created 5 years, 5 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/layout/compositing/DeprecatedPaintLayerCompositor.h
diff --git a/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h b/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h
index a1a124f8ed22bfacb4e0457f86ce9c63381042cc..8d6081eef5b89b28fd1aea1c63c64a16c2d7511a 100644
--- a/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h
+++ b/Source/core/layout/compositing/DeprecatedPaintLayerCompositor.h
@@ -71,6 +71,7 @@ public:
~DeprecatedPaintLayerCompositor() override;
void updateIfNeededRecursive();
+ void updateLifecycleToCompositingClean();
// Return true if this LayoutView is in "compositing mode" (i.e. has one or more
// composited Layers)

Powered by Google App Engine
This is Rietveld 408576698