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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerPainter.h

Issue 2770763002: [SPv2] Don't paint invisible PaintLayers with transform animations. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/paint/PaintLayerPainter.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerPainter.h b/third_party/WebKit/Source/core/paint/PaintLayerPainter.h
index 4a245c4ba1c26e458772aede483bee2e8951cadb..258912a98aa704c36ddcc5b23d164a6220b4d81e 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerPainter.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerPainter.h
@@ -157,7 +157,7 @@ class CORE_EXPORT PaintLayerPainter {
FRIEND_TEST_ALL_PREFIXES(PaintLayerPainterTest,
DoPaintWithEffectAnimationZeroOpacity);
FRIEND_TEST_ALL_PREFIXES(PaintLayerPainterTest,
- DoPaintWithTransformAnimationZeroOpacity);
+ DoNotPaintWithTransformAnimationZeroOpacity);
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698