| Index: third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.h b/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| index 1d89868f0dcaf6f6957b93ab8daf5d2f84b86e06..c648b66a4b046520c64625aaa8e8ece3afbd4390 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| @@ -105,8 +105,8 @@ class WebPagePopupImpl final : public WebPagePopup,
|
| explicit WebPagePopupImpl(WebWidgetClient*);
|
| bool initializePage();
|
| void destroyPage();
|
| + void initializeLayerTreeView();
|
| void setRootGraphicsLayer(GraphicsLayer*);
|
| - void setIsAcceleratedCompositingActive(bool enter);
|
|
|
| WebRect windowRectInScreen() const;
|
|
|
|
|