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 7972bfa29101ba9daa97288200024cce0e2eed2a..0b294b61d3ebafba72cdfd7673fa480d70c20fe7 100644 |
--- a/content/browser/compositor/delegated_frame_host.h |
+++ b/content/browser/compositor/delegated_frame_host.h |
@@ -153,6 +153,8 @@ class CONTENT_EXPORT DelegatedFrameHost |
void EndFrameSubscription(); |
bool HasFrameSubscriber() const { return frame_subscriber_; } |
uint32_t GetSurfaceIdNamespace(); |
+ cc::SurfaceId SurfaceIdAtPoint(const gfx::Point& point, |
+ gfx::Point* transformed_point); |
// Exposed for tests. |
cc::DelegatedFrameProvider* FrameProviderForTesting() const { |