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

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 110583008: Enable Canvas2D hardware acceleration for Android WebView Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 11 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_impl.cc
===================================================================
--- cc/trees/layer_tree_host_impl.cc (revision 243070)
+++ cc/trees/layer_tree_host_impl.cc (working copy)
@@ -1835,6 +1835,7 @@
if (success) {
EnforceZeroBudget(false);
+ client_->OnGetRendererCapabilities();
client_->SetNeedsCommitOnImplThread();
} else {
if (offscreen_context_provider.get()) {
@@ -1887,6 +1888,7 @@
SetOffscreenContextProvider(NULL);
+ client_->OnGetRendererCapabilities();
client_->SetNeedsCommitOnImplThread();
}

Powered by Google App Engine
This is Rietveld 408576698