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

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

Issue 2382873002: Replace usage of SurfaceId's client_id with FrameSinkId (Closed)
Patch Set: Fixed windows + android + mac issues Created 4 years, 3 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/renderer_host/delegated_frame_host.h
diff --git a/content/browser/renderer_host/delegated_frame_host.h b/content/browser/renderer_host/delegated_frame_host.h
index 533e63db87c17d5bd92a5ac4920e932acb3709c1..97a5ffd016f403134f78bfe39c303b9e9a126307 100644
--- a/content/browser/renderer_host/delegated_frame_host.h
+++ b/content/browser/renderer_host/delegated_frame_host.h
@@ -151,7 +151,7 @@ class CONTENT_EXPORT DelegatedFrameHost
std::unique_ptr<RenderWidgetHostViewFrameSubscriber> subscriber);
void EndFrameSubscription();
bool HasFrameSubscriber() const { return !!frame_subscriber_; }
- uint32_t GetSurfaceClientId();
+ cc::FrameSinkId GetFrameSinkId();
// Returns a null SurfaceId if this DelegatedFrameHost has not yet created
// a compositor Surface.
cc::SurfaceId SurfaceIdAtPoint(cc::SurfaceHittestDelegate* delegate,

Powered by Google App Engine
This is Rietveld 408576698