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

Unified Diff: ui/android/delegated_frame_host_android.h

Issue 2509103002: Enable browser process hit testing on Android (Closed)
Patch Set: Added missing check Created 3 years, 9 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/browser/site_per_process_browsertest.cc ('k') | ui/android/delegated_frame_host_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/delegated_frame_host_android.h
diff --git a/ui/android/delegated_frame_host_android.h b/ui/android/delegated_frame_host_android.h
index e832d5f1a380185df4ed610ca943d93d5b281cbf..cae844a647a669a7f6833afb7111411083b44def 100644
--- a/ui/android/delegated_frame_host_android.h
+++ b/ui/android/delegated_frame_host_android.h
@@ -68,6 +68,9 @@ class UI_ANDROID_EXPORT DelegatedFrameHostAndroid
void AttachToCompositor(WindowAndroidCompositor* compositor);
void DetachFromCompositor();
+ // Returns the ID for the current Surface.
+ cc::SurfaceId SurfaceId() const;
+
private:
// cc::CompositorFrameSinkSupportClient implementation.
void DidReceiveCompositorFrameAck() override;
« no previous file with comments | « content/browser/site_per_process_browsertest.cc ('k') | ui/android/delegated_frame_host_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698