Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2076)

Unified Diff: Source/web/WebPopupMenuImpl.h

Issue 304273002: Remove WebPopupMenuImpl::enterForceCompositingMode (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/web/WebPopupMenuImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPopupMenuImpl.h
diff --git a/Source/web/WebPopupMenuImpl.h b/Source/web/WebPopupMenuImpl.h
index abf92af0487965d0fd66acfa187ac9000e33d068..4fb5da590c2d52b617a377d4bf9cda68cb7bb23a 100644
--- a/Source/web/WebPopupMenuImpl.h
+++ b/Source/web/WebPopupMenuImpl.h
@@ -71,7 +71,6 @@ public:
virtual void willEndLiveResize() OVERRIDE FINAL;
virtual void animate(double frameBeginTime) OVERRIDE FINAL;
virtual void layout() OVERRIDE FINAL;
- virtual void enterForceCompositingMode(bool enable) OVERRIDE FINAL;
virtual void paint(WebCanvas*, const WebRect&) OVERRIDE FINAL;
virtual void themeChanged() OVERRIDE FINAL;
virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE FINAL;
@@ -135,7 +134,6 @@ public:
WebLayerTreeView* m_layerTreeView;
OwnPtr<WebContentLayer> m_rootLayer;
- bool m_isAcceleratedCompositingActive;
WebPoint m_lastMousePosition;
« no previous file with comments | « no previous file | Source/web/WebPopupMenuImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698