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

Unified Diff: content/browser/renderer_host/render_widget_host_view_android.cc

Issue 10830236: Remove deprecated Android function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « content/browser/android/content_view_core_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_view_android.cc
diff --git a/content/browser/renderer_host/render_widget_host_view_android.cc b/content/browser/renderer_host/render_widget_host_view_android.cc
index 22e2021df0209c992f3a55d9a1b1d6925d973148..26fdb2d74e1a6cb19da9d0d5c70ee2ba04e98d07 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.cc
+++ b/content/browser/renderer_host/render_widget_host_view_android.cc
@@ -256,10 +256,6 @@ void RenderWidgetHostViewAndroid::CopyFromCompositingSurface(
}
void RenderWidgetHostViewAndroid::OnAcceleratedCompositingStateChange() {
- const bool activated = host_->is_accelerated_compositing_active();
- if (content_view_core_)
- content_view_core_->OnAcceleratedCompositingStateChange(
- this, activated, false);
}
void RenderWidgetHostViewAndroid::AcceleratedSurfaceBuffersSwapped(
« no previous file with comments | « content/browser/android/content_view_core_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698