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

Unified Diff: Source/web/WebPopupMenuImpl.h

Issue 264713014: Remove the composited path from WebViewImpl::paint(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: paint-compositor: rebase 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 | « Source/web/WebPagePopupImpl.cpp ('k') | 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 e0798201d0fb67abc33df3f8f13c4ee8345318be..abf92af0487965d0fd66acfa187ac9000e33d068 100644
--- a/Source/web/WebPopupMenuImpl.h
+++ b/Source/web/WebPopupMenuImpl.h
@@ -72,7 +72,7 @@ public:
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&, PaintOptions = ReadbackFromCompositorIfAvailable) OVERRIDE FINAL;
+ virtual void paint(WebCanvas*, const WebRect&) OVERRIDE FINAL;
virtual void themeChanged() OVERRIDE FINAL;
virtual bool handleInputEvent(const WebInputEvent&) OVERRIDE FINAL;
virtual void mouseCaptureLost() OVERRIDE FINAL;
« no previous file with comments | « Source/web/WebPagePopupImpl.cpp ('k') | Source/web/WebPopupMenuImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698