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

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 2179563003: Android: Remove ContentViewCore::GetLayer() from public interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 5 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 | « chrome/browser/android/tab_android.cc ('k') | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/content_view_core_impl.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index df0276b8d4ecdc7b0c6f7deb023d748e14db056a..2f30db9a28ebc4216d89df1d6be0f099fa5bbc0b 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -63,7 +63,6 @@ class ContentViewCoreImpl : public ContentViewCore,
ui::WindowAndroid* GetWindowAndroid() const override;
const base::android::JavaRef<jobject>& GetViewAndroidDelegate()
const override;
- cc::Layer* GetLayer() const override;
bool ShowPastePopup(int x, int y) override;
void PauseOrResumeGeolocation(bool should_pause) override;
« no previous file with comments | « chrome/browser/android/tab_android.cc ('k') | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698