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

Unified Diff: cc/trees/layer_tree_host.cc

Issue 1990553002: Remove RenderViewImpl::GetFocusedElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really works now. Created 4 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
Index: cc/trees/layer_tree_host.cc
diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
index d0f344ff203f7c357e38b7b450408c35eb1a645d..8d01b2b87954aeed601342944d659670a0e650a1 100644
--- a/cc/trees/layer_tree_host.cc
+++ b/cc/trees/layer_tree_host.cc
@@ -843,6 +843,10 @@ void LayerTreeHost::StartPageScaleAnimation(const gfx::Vector2d& target_offset,
SetNeedsCommit();
}
+bool LayerTreeHost::HasPendingPageScaleAnimation() const {
+ return pending_page_scale_animation_.get();
+}
+
void LayerTreeHost::NotifyInputThrottledUntilCommit() {
proxy_->NotifyInputThrottledUntilCommit();
}

Powered by Google App Engine
This is Rietveld 408576698