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

Unified Diff: public/platform/WebLayerTreeView.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
Index: public/platform/WebLayerTreeView.h
diff --git a/public/platform/WebLayerTreeView.h b/public/platform/WebLayerTreeView.h
index dda071fee73a174eb512a4f1f6ac66e286bde575..afd0c8b41bb26d0aa3361d88533ec544d07b1b13 100644
--- a/public/platform/WebLayerTreeView.h
+++ b/public/platform/WebLayerTreeView.h
@@ -98,9 +98,6 @@ public:
// Indicates that an animation needs to be updated.
virtual void setNeedsAnimate() = 0;
- // Indicates that the view needs to be redrawn. This is typically used when the frontbuffer is damaged.
- virtual void setNeedsRedraw() = 0;
-
// Indicates whether a commit is pending.
virtual bool commitRequested() const = 0;

Powered by Google App Engine
This is Rietveld 408576698