| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index 512572f3d7139c395f53b29fcb4ef397259330da..13d28c86ad5663d0035a2dadd0f28788c9a1dd0a 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -396,7 +396,8 @@ class ChromePrintContext : public PrintContext {
|
| context.ConcatCTM(transform);
|
| context.ClipRect(page_rect);
|
|
|
| - PaintRecordBuilder builder(bounds, &context.Canvas()->getMetaData());
|
| + PaintRecordBuilder builder(bounds, &context.Canvas()->getMetaData(),
|
| + &context);
|
|
|
| // The local scope is so that the cache skipper is destroyed before
|
| // we call endRecording().
|
|
|