| Index: Source/web/WebPopupMenuImpl.h
|
| diff --git a/Source/web/WebPopupMenuImpl.h b/Source/web/WebPopupMenuImpl.h
|
| index 683822e9788e1acc209a0e5e6ac3a52a4f660949..4c820eca141244e403e58446f6fda19f5918f70e 100644
|
| --- a/Source/web/WebPopupMenuImpl.h
|
| +++ b/Source/web/WebPopupMenuImpl.h
|
| @@ -87,8 +87,8 @@ public:
|
| virtual void willCloseLayerTreeView() OVERRIDE FINAL;
|
|
|
| // WebContentLayerClient
|
| - virtual void paintContents(WebCanvas*, const WebRect& clip, bool canPaintLCDTest, WebFloatRect& opaque,
|
| - WebContentLayerClient::GraphicsContextStatus = GraphicsContextEnabled) OVERRIDE FINAL;
|
| + virtual void paintContents(WebCanvas*, const WebRect& clip, bool canPaintLCDTest, WebFloatRect& opaque, WebContentLayerClient::GraphicsContextStatus = GraphicsContextEnabled) OVERRIDE FINAL;
|
| + virtual void paintContents(WebCanvas*, const WebRect& clip, bool canPaintLCDTest, WebContentLayerClient::GraphicsContextStatus = GraphicsContextEnabled) OVERRIDE FINAL;
|
|
|
| // WebPopupMenuImpl
|
| void initialize(PopupContainer* widget, const WebRect& bounds);
|
|
|