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

Unified Diff: content/browser/compositor/delegated_frame_host.h

Issue 1489913003: Handle pointer-events: none in browser process hittesting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unneeded header Created 4 years, 11 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: content/browser/compositor/delegated_frame_host.h
diff --git a/content/browser/compositor/delegated_frame_host.h b/content/browser/compositor/delegated_frame_host.h
index d1237afa01148081227773243c8e214e9fefa748..51a89fb7e67ebcb34ab8c2e336403f64b1fb0dea 100644
--- a/content/browser/compositor/delegated_frame_host.h
+++ b/content/browser/compositor/delegated_frame_host.h
@@ -159,7 +159,8 @@ class CONTENT_EXPORT DelegatedFrameHost
uint32_t GetSurfaceIdNamespace();
// Returns a null SurfaceId if this DelegatedFrameHost has not yet created
// a compositor Surface.
- cc::SurfaceId SurfaceIdAtPoint(const gfx::Point& point,
+ cc::SurfaceId SurfaceIdAtPoint(cc::SurfaceHittestDelegate* delegate,
+ const gfx::Point& point,
gfx::Point* transformed_point);
// Given the SurfaceID of a Surface that is contained within this class'

Powered by Google App Engine
This is Rietveld 408576698