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

Unified Diff: content/public/browser/android/compositor.h

Issue 599103008: Android: remove deprecated content API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/renderer_host/compositor_impl_android.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/android/compositor.h
diff --git a/content/public/browser/android/compositor.h b/content/public/browser/android/compositor.h
index a8f734cf7d5fc8a354a47da2d0c6b8de2ee5a938..25a61c88aecad8ef2d6fab370fb201c25faa0985 100644
--- a/content/public/browser/android/compositor.h
+++ b/content/public/browser/android/compositor.h
@@ -55,10 +55,6 @@ class CONTENT_EXPORT Compositor {
// having been made visible again.
virtual void SetVisible(bool visible) = 0;
- // Set the output surface handle which the compositor renders into.
- // DEPRECATED: Use SetSurface() which takes a Java Surface object.
- virtual void SetWindowSurface(ANativeWindow* window) = 0;
-
// Set the output surface which the compositor renders into.
virtual void SetSurface(jobject surface) = 0;
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698