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

Unified Diff: content/browser/android/content_view_core_impl.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
Index: content/browser/android/content_view_core_impl.cc
diff --git a/content/browser/android/content_view_core_impl.cc b/content/browser/android/content_view_core_impl.cc
index 7693343b90e27cc020564635628278a0c81f2153..bb211ab2c9034230d6c44e39d696f9b7c4d0e4a5 100644
--- a/content/browser/android/content_view_core_impl.cc
+++ b/content/browser/android/content_view_core_impl.cc
@@ -549,11 +549,6 @@ void ContentViewCoreImpl::DidStartLoading() {
Java_ContentViewCore_didStartLoading(env, j_obj.obj());
}
-void ContentViewCoreImpl::OnAcceleratedCompositingStateChange(
- RenderWidgetHostViewAndroid* rwhva, bool activated, bool force) {
- NOTIMPLEMENTED() << "not upstreamed yet";
-}
-
void ContentViewCoreImpl::StartContentIntent(const GURL& content_url) {
JNIEnv* env = AttachCurrentThread();
ScopedJavaLocalRef<jobject> j_obj = java_ref_.get(env);
« no previous file with comments | « content/browser/android/content_view_core_impl.h ('k') | content/browser/renderer_host/render_widget_host_view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698