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; |