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

Unified Diff: cc/trees/layer_tree_impl.h

Issue 1394263004: android webview: allow cc to fail hardware draw (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests compile but crash Created 5 years, 2 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_impl.h
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
index 8bc1ee76d40d7519e5254ea0237b41d1a29e973c..123de66add738ec04eb14525ead0bb1b99e924aa 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -275,7 +275,7 @@ class CC_EXPORT LayerTreeImpl {
// Distribute the root scroll between outer and inner viewport scroll layer.
// The outer viewport scroll layer scrolls first.
- void DistributeRootScrollOffset(const gfx::ScrollOffset& root_offset);
+ bool DistributeRootScrollOffset(const gfx::ScrollOffset& root_offset);
void ApplyScroll(LayerImpl* layer, ScrollState* scroll_state) {
layer_tree_host_impl_->ApplyScroll(layer, scroll_state);

Powered by Google App Engine
This is Rietveld 408576698