| Index: third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp b/third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp
|
| index c3cba1de8ab7ef50d54e54ac280e7e9794d268d1..23a105cd9670e131486ec65b5917a79e8cf10f9a 100644
|
| --- a/third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp
|
| @@ -20,10 +20,10 @@
|
| namespace blink {
|
|
|
| static void paintLayers(GraphicsLayer& layer, SimDisplayItemList& displayList) {
|
| - if (layer.drawsContent() && layer.hasTrackedPaintInvalidations()) {
|
| + if (layer.drawsContent() && layer.hasTrackedRasterInvalidations()) {
|
| ContentLayerDelegate* delegate = layer.contentLayerDelegateForTesting();
|
| delegate->paintContents(&displayList);
|
| - layer.resetTrackedPaintInvalidations();
|
| + layer.resetTrackedRasterInvalidations();
|
| }
|
|
|
| if (GraphicsLayer* maskLayer = layer.maskLayer())
|
|
|