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

Unified Diff: public/web/WebWidget.h

Issue 80203002: WebLayerTreeView and WebWidget API cleanup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
« Source/web/WebViewImpl.cpp ('K') | « public/platform/WebLayerTreeView.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebWidget.h
diff --git a/public/web/WebWidget.h b/public/web/WebWidget.h
index 28753cc0c3c6d0475320d130b373e01c7ff56d88..d0b35d3f96f4bc9f174c3402cefba1bac7da7c1c 100644
--- a/public/web/WebWidget.h
+++ b/public/web/WebWidget.h
@@ -125,11 +125,6 @@ public:
// ready to use.
virtual void setCompositorSurfaceReady() { }
- // Temporary method for the embedder to notify the WebWidget that the widget
- // has taken damage, e.g. due to a window expose. This method will be
- // removed when the WebWidget inversion patch lands --- http://crbug.com/112837
- virtual void setNeedsRedraw() { }
-
// Called to inform the WebWidget of a change in theme.
// Implementors that cache rendered copies of widgets need to re-render
// on receiving this message
« Source/web/WebViewImpl.cpp ('K') | « public/platform/WebLayerTreeView.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698