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 |