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

Unified Diff: ui/android/resources/ui_resource_android.h

Issue 1371523003: Android: Don't destroy LayerTreeHost when Surface goes away (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: ui/android/resources/ui_resource_android.h
diff --git a/ui/android/resources/ui_resource_android.h b/ui/android/resources/ui_resource_android.h
index 60f7888b4d68709f6c0fe8983b7709b67c1d3d53..bab9a381aa6a9a4df2a0c6687a8884581766607b 100644
--- a/ui/android/resources/ui_resource_android.h
+++ b/ui/android/resources/ui_resource_android.h
@@ -28,9 +28,6 @@ class UI_ANDROID_EXPORT UIResourceAndroid : public ui::UIResourceClientAndroid {
cc::UIResourceBitmap GetBitmap(cc::UIResourceId uid,
bool resource_lost) override;
- // ui::UIResourceClientAndroid implementation.
- void UIResourceIsInvalid() override;
-
cc::UIResourceId id();
private:

Powered by Google App Engine
This is Rietveld 408576698