| Index: third_party/WebKit/Source/core/paint/PaintLayer.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayer.h b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| index f1630b4294ea23d70b815dd2634a7155e15b5855..3bcc4e31f71cd47acf68a9793905585aec691aa9 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayer.h
|
| @@ -875,7 +875,7 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
|
| OverlayScrollbarClipBehavior = kIgnorePlatformOverlayScrollbarSize,
|
| ShouldRespectOverflowClipType = kRespectOverflowClip,
|
| const LayoutPoint* offset_from_root = 0,
|
| - const LayoutSize& sub_pixel_accumulation = LayoutSize());
|
| + const LayoutSize& sub_pixel_accumulation = LayoutSize()) const;
|
| void CollectFragments(
|
| PaintLayerFragments&,
|
| const PaintLayer* root_layer,
|
| @@ -886,7 +886,7 @@ class CORE_EXPORT PaintLayer : public DisplayItemClient {
|
| ShouldRespectOverflowClipType = kRespectOverflowClip,
|
| const LayoutPoint* offset_from_root = 0,
|
| const LayoutSize& sub_pixel_accumulation = LayoutSize(),
|
| - const LayoutRect* layer_bounding_box = 0);
|
| + const LayoutRect* layer_bounding_box = 0) const;
|
|
|
| LayoutPoint LayoutBoxLocation() const {
|
| return GetLayoutObject().IsBox() ? ToLayoutBox(GetLayoutObject()).Location()
|
|
|