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

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

Issue 1255483004: Implement surface-based browser process hit testing for Mac and Aura (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing test file Created 5 years, 4 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 0b294b61d3ebafba72cdfd7673fa480d70c20fe7..fedabca5a93b6155fb5a1ff59f7267c5dc2eae43 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();
+ // Returns a null SurfaceId if a surface has not yet been created.
dcheng 2015/08/31 23:45:54 which surface? The one associated with this Delega
kenrb 2015/09/01 15:56:16 Yes, clarified.
cc::SurfaceId SurfaceIdAtPoint(const gfx::Point& point,
gfx::Point* transformed_point);

Powered by Google App Engine
This is Rietveld 408576698