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