| 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 32d805f9a5ef089148ec60050f926c431ad18fe0..b3e075f7756b6737b5545e1d2d093483e94f14c0 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().
|
|
|