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

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

Issue 918393002: Content: Stop using ContentViewCore's container as a drawing placeholder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | 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 9246385f8588d6205b54339e37e350166fdcc358..7aa7efba6221c0df450c043ae73a5cf124ae733b 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
@@ -833,7 +833,6 @@ public class ContentViewCore
mContainerView = containerView;
mPositionObserver = new ViewPositionObserver(mContainerView);
- mContainerView.setWillNotDraw(false); // TODO(epenner): Remove (http://crbug.com/436689)
mContainerView.setClickable(true);
mViewAndroidDelegate.updateCurrentContainerView();
for (ContainerViewObserver observer : mContainerViewObservers) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698