| Index: Source/web/WebPagePopupImpl.h
|
| diff --git a/Source/web/WebPagePopupImpl.h b/Source/web/WebPagePopupImpl.h
|
| index 2ffa26297b099f458b7e59cef8ede9cddc2a6b3c..fab32ce3af5b3ad9d923790df4cacb372e0b342c 100644
|
| --- a/Source/web/WebPagePopupImpl.h
|
| +++ b/Source/web/WebPagePopupImpl.h
|
| @@ -74,7 +74,7 @@ private:
|
| virtual void layout() OVERRIDE;
|
| virtual void enterForceCompositingMode(bool enter) OVERRIDE;
|
| virtual void willCloseLayerTreeView() OVERRIDE;
|
| - virtual void paint(WebCanvas*, const WebRect&, PaintOptions = ReadbackFromCompositorIfAvailable) OVERRIDE;
|
| + virtual void paint(WebCanvas*, const WebRect&) OVERRIDE;
|
| virtual void resize(const WebSize&) OVERRIDE;
|
| virtual void close() OVERRIDE;
|
| virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE;
|
|
|