| Index: Source/core/page/PrintContextTest.cpp
|
| diff --git a/Source/core/page/PrintContextTest.cpp b/Source/core/page/PrintContextTest.cpp
|
| index 1839778dba25165b2f882539037af29c75b4e51d..2f94783e7901eafe9bd5cfb1b4400264467110e2 100644
|
| --- a/Source/core/page/PrintContextTest.cpp
|
| +++ b/Source/core/page/PrintContextTest.cpp
|
| @@ -94,7 +94,7 @@
|
| void printSinglePage(SkCanvas& canvas)
|
| {
|
| IntRect pageRect(0, 0, kPageWidth, kPageHeight);
|
| - document().view()->updateAllLifecyclePhases();
|
| + document().view()->updateLayoutAndStyleForPainting();
|
| document().setPrinting(true);
|
| SkPictureBuilder pictureBuilder(pageRect);
|
| GraphicsContext& context = pictureBuilder.context();
|
|
|