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

Unified Diff: ui/android/delegated_frame_host_android.h

Issue 2509103002: Enable browser process hit testing on Android (Closed)
Patch Set: Cleanup Created 3 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
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 8421d06c96fbd17675f569698fa5faecca8ca3af..bef34d8242d3d8be306b3750d571ed476bc468d3 100644
--- a/ui/android/delegated_frame_host_android.h
+++ b/ui/android/delegated_frame_host_android.h
@@ -66,6 +66,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::SurfaceFactoryClient implementation.
void ReturnResources(const cc::ReturnedResourceArray& resources) override;

Powered by Google App Engine
This is Rietveld 408576698