miu
2015/09/17 00:09:20
nit: Although they're likely always to be int's, i
nit: Although they're likely always to be int's, it is documentative to define
this as:
using RenderFrameHostId =
std::pair<decltype(content::RenderProcessHost::GetID()),
decltype(content::RenderFrameHost::GetRoutingID())>;
imcheng
2015/09/26 01:21:57
Done. Since these are member functions it ends up
On 2015/09/17 00:09:20, miu wrote:
> nit: Although they're likely always to be int's, it is documentative to define
> this as:
>
> using RenderFrameHostId =
> std::pair<decltype(content::RenderProcessHost::GetID()),
> decltype(content::RenderFrameHost::GetRoutingID())>;
Done. Since these are member functions it ends up being slightly more verbose
but I think it's ok.
Issue 1314413005: [Presentation API] 1-UA presentation support + presenter APIs.
(Closed)
Created 5 years, 3 months ago by imcheng
Modified 4 years ago
Reviewers: mark a. foltz, whywhat, miu
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 290