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

Unified Diff: public/web/WebWidgetClient.h

Issue 1323523002: Remove suppressInvalidations and suppressCompositorScheduling, they don't do anything. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/WebViewImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebWidgetClient.h
diff --git a/public/web/WebWidgetClient.h b/public/web/WebWidgetClient.h
index 67bb17d2c3a795c095574308f07c6a17d22cf9df..93ae02ff21e135a8da3b92f008320e1c0322047d 100644
--- a/public/web/WebWidgetClient.h
+++ b/public/web/WebWidgetClient.h
@@ -75,12 +75,6 @@ public:
// FIXME: Remove all overrides of this and change layerTreeView() above to ASSERT_NOT_REACHED.
virtual bool allowsBrokenNullLayerTreeView() const { return false; }
- // Sometimes the WebWidget enters a state where it will generate a sequence
- // of invalidations that should not, by themselves, trigger the compositor
- // to schedule a new frame. This call indicates to the embedder that it
- // should suppress compositor scheduling temporarily.
- virtual void suppressCompositorScheduling(bool enable) { }
-
// Called when a call to WebWidget::animate is required
virtual void scheduleAnimation() { }
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698