| 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 edb2409e16344d8af00cab0cb28b97c9281522e9..8ac7490063222eb1afcedfdb48484c0555aebea0 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1446,7 +1446,7 @@ bool WebLocalFrameImpl::HasCustomPageSizeStyle(int page_index) {
|
| return GetFrame()
|
| ->GetDocument()
|
| ->StyleForPage(page_index)
|
| - ->GetPageSizeType() != PAGE_SIZE_AUTO;
|
| + ->GetPageSizeType() != PageSizeType::kAuto;
|
| }
|
|
|
| bool WebLocalFrameImpl::IsPageBoxVisible(int page_index) {
|
|
|