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

Unified Diff: ui/android/window_android.h

Issue 1109863003: Revert of [Android] Stop hiding the RWHV layer subtree when hiding the widget (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « ui/android/java/src/org/chromium/ui/base/WindowAndroid.java ('k') | ui/android/window_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/window_android.h
diff --git a/ui/android/window_android.h b/ui/android/window_android.h
index 005f4d67cc1d2a829fafcbeb16633b92e2b90782..f464a11bdfbedc9c4bdcc8f9828fc84a92ec1c8c 100644
--- a/ui/android/window_android.h
+++ b/ui/android/window_android.h
@@ -43,7 +43,6 @@
// Compositor callback relay.
void OnCompositingDidCommit();
- void OnVisibilityChanged(bool visible);
void AttachCompositor(WindowAndroidCompositor* compositor);
void DetachCompositor();
@@ -60,8 +59,6 @@
jlong time_micros,
jlong period_micros);
void Animate(base::TimeTicks begin_frame_time);
- void OnActivityPaused(JNIEnv* env, jobject obj);
- void OnActivityResumed(JNIEnv* env, jobject obj);
private:
~WindowAndroid();
« no previous file with comments | « ui/android/java/src/org/chromium/ui/base/WindowAndroid.java ('k') | ui/android/window_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698