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 d539e9e3604ce8b4fa083d52b25488cbc15c05df..84dc2fb54b4dcea17779d6aad7764c6eb54a68b9 100644 |
--- a/content/browser/renderer_host/delegated_frame_host.h |
+++ b/content/browser/renderer_host/delegated_frame_host.h |
@@ -158,7 +158,7 @@ class CONTENT_EXPORT DelegatedFrameHost |
std::unique_ptr<RenderWidgetHostViewFrameSubscriber> subscriber); |
void EndFrameSubscription(); |
bool HasFrameSubscriber() const { return !!frame_subscriber_; } |
- uint32_t GetSurfaceIdNamespace(); |
+ uint32_t GetSurfaceClientId(); |
// Returns a null SurfaceId if this DelegatedFrameHost has not yet created |
// a compositor Surface. |
cc::SurfaceId SurfaceIdAtPoint(cc::SurfaceHittestDelegate* delegate, |