| 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 a78adb37bf184f10f0347b6e6efbe09084516bad..62a2e357481eebf7f20519d7d90d2ed0146fde2c 100644
|
| --- a/third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/sim/SimCompositor.cpp
|
| @@ -21,10 +21,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())
|
|
|