| Index: Source/platform/graphics/GraphicsLayer.h
|
| diff --git a/Source/platform/graphics/GraphicsLayer.h b/Source/platform/graphics/GraphicsLayer.h
|
| index 720cd88680be2dcfbe284f28e2495577b6d91b29..85567e4fc1af72a9063a93fa33f20773cdb3769c 100644
|
| --- a/Source/platform/graphics/GraphicsLayer.h
|
| +++ b/Source/platform/graphics/GraphicsLayer.h
|
| @@ -224,7 +224,7 @@ public:
|
| unsigned numLinkHighlights() { return m_linkHighlights.size(); }
|
| LinkHighlightClient* linkHighlight(int i) { return m_linkHighlights[i]; }
|
|
|
| - void setScrollableArea(ScrollableArea*, bool isMainFrame);
|
| + void setScrollableArea(ScrollableArea*, bool isViewport);
|
| ScrollableArea* scrollableArea() const { return m_scrollableArea; }
|
|
|
| WebContentLayer* contentLayer() const { return m_layer.get(); }
|
|
|