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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef PaintLayerPainter_h 5 #ifndef PaintLayerPainter_h
6 #define PaintLayerPainter_h 6 #define PaintLayerPainter_h
7 7
8 #include "core/CoreExport.h" 8 #include "core/CoreExport.h"
9 #include "core/paint/PaintLayerFragment.h" 9 #include "core/paint/PaintLayerFragment.h"
10 #include "core/paint/PaintLayerPaintingInfo.h" 10 #include "core/paint/PaintLayerPaintingInfo.h"
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 150
151 FRIEND_TEST_ALL_PREFIXES(PaintLayerPainterTest, DontPaintWithTinyOpacity); 151 FRIEND_TEST_ALL_PREFIXES(PaintLayerPainterTest, DontPaintWithTinyOpacity);
152 FRIEND_TEST_ALL_PREFIXES(PaintLayerPainterTest, 152 FRIEND_TEST_ALL_PREFIXES(PaintLayerPainterTest,
153 DontPaintWithTinyOpacityAndBackdropFilter); 153 DontPaintWithTinyOpacityAndBackdropFilter);
154 FRIEND_TEST_ALL_PREFIXES(PaintLayerPainterTest, 154 FRIEND_TEST_ALL_PREFIXES(PaintLayerPainterTest,
155 DoPaintWithCompositedTinyOpacity); 155 DoPaintWithCompositedTinyOpacity);
156 FRIEND_TEST_ALL_PREFIXES(PaintLayerPainterTest, DoPaintWithNonTinyOpacity); 156 FRIEND_TEST_ALL_PREFIXES(PaintLayerPainterTest, DoPaintWithNonTinyOpacity);
157 FRIEND_TEST_ALL_PREFIXES(PaintLayerPainterTest, 157 FRIEND_TEST_ALL_PREFIXES(PaintLayerPainterTest,
158 DoPaintWithEffectAnimationZeroOpacity); 158 DoPaintWithEffectAnimationZeroOpacity);
159 FRIEND_TEST_ALL_PREFIXES(PaintLayerPainterTest, 159 FRIEND_TEST_ALL_PREFIXES(PaintLayerPainterTest,
160 DoPaintWithTransformAnimationZeroOpacity); 160 DoNotPaintWithTransformAnimationZeroOpacity);
161 }; 161 };
162 162
163 } // namespace blink 163 } // namespace blink
164 164
165 #endif // PaintLayerPainter_h 165 #endif // PaintLayerPainter_h
OLDNEW
« 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