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

Unified Diff: ui/android/delegated_frame_host_android.cc

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 | « ui/android/delegated_frame_host_android.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/delegated_frame_host_android.cc
diff --git a/ui/android/delegated_frame_host_android.cc b/ui/android/delegated_frame_host_android.cc
index 5a6355e19b7afc06ec9f57aed679b95ee42cf4ac..418208550d44cc19b034bef93adbbfc203d03e2e 100644
--- a/ui/android/delegated_frame_host_android.cc
+++ b/ui/android/delegated_frame_host_android.cc
@@ -230,4 +230,8 @@ void DelegatedFrameHostAndroid::CreateNewCompositorFrameSinkSupport() {
true /* needs_sync_points */);
}
+cc::SurfaceId DelegatedFrameHostAndroid::SurfaceId() const {
+ return cc::SurfaceId(frame_sink_id_, current_frame_->local_surface_id);
+}
+
} // namespace ui
« no previous file with comments | « ui/android/delegated_frame_host_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698