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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java

Issue 14046039: [Android] Delete dead code for capturing screenshots of pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/public/android/java/src/org/chromium/content/browser/ContentView.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java b/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
index 6d44e042af538f17c108e45c3c0b3dc3706ee2b3..5c9afd94b7d1c4859accbaeb19d1cc77eada2bee 100644
--- a/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
+++ b/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
@@ -914,16 +914,6 @@ public class ContentViewCore implements MotionEventDelegate, NavigationClient {
}
/**
- * @return Whether the ContentView is covered by an overlay that is more than half
- * of it's surface. This is used to determine if we need to do a slow bitmap capture or
- * to show the ContentView without them.
- */
- public boolean hasLargeOverlay() {
- // TODO(nileshagrawal): Implement this.
- return false;
- }
-
- /**
* @return Whether the current WebContents has a previous navigation entry.
*/
public boolean canGoBack() {
@@ -2426,14 +2416,6 @@ public class ContentViewCore implements MotionEventDelegate, NavigationClient {
return nativeIsRenderWidgetHostViewReady(mNativeContentViewCore);
}
- /**
- * @return Whether or not the texture view is available or not.
- */
- public boolean isAvailable() {
- // TODO(nileshagrawal): Implement this.
- return false;
- }
-
@CalledByNative
private void startContentIntent(String contentUrl) {
getContentViewClient().onStartContentIntent(getContext(), contentUrl);
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ContentView.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698