| Index: Source/core/platform/graphics/GraphicsLayer.h
|
| diff --git a/Source/core/platform/graphics/GraphicsLayer.h b/Source/core/platform/graphics/GraphicsLayer.h
|
| index 72206c30f2d891931431cb3a92570a1b100f3cc1..10c0a8b52b217ac1db8473d5f72e89156cbfc078 100644
|
| --- a/Source/core/platform/graphics/GraphicsLayer.h
|
| +++ b/Source/core/platform/graphics/GraphicsLayer.h
|
| @@ -425,7 +425,7 @@ public:
|
| // Exposed for tests
|
| LinkHighlightClient* linkHighlight() { return m_linkHighlight; }
|
|
|
| - void setScrollableArea(ScrollableArea* scrollableArea) { m_scrollableArea = scrollableArea; }
|
| + void setScrollableArea(ScrollableArea*, bool isMainFrame);
|
| ScrollableArea* scrollableArea() const { return m_scrollableArea; }
|
|
|
| WebKit::WebContentLayer* contentLayer() const { return m_layer.get(); }
|
|
|