On 2015/05/26 18:20:16, nasko wrote:
> Is there another gfx header file for this to be included in? Since it is about
> swapping buffers, wouldn't ui/gfx/gpu_memory_buffer.h work?
I'm not sure there's an appropriate one really. Gpu memory buffer is a loose fit
at best, as it doesn't have any relation to the SwapBuffers path. But I'll move
it if you want, it's no big deal
nasko
2015/05/26 21:18:47
If it is unrelated, that's fine. I just want to av
On 2015/05/26 21:09:36, achaulk wrote:
> On 2015/05/26 18:20:16, nasko wrote:
> > Is there another gfx header file for this to be included in? Since it is
about
> > swapping buffers, wouldn't ui/gfx/gpu_memory_buffer.h work?
>
> I'm not sure there's an appropriate one really. Gpu memory buffer is a loose
fit
> at best, as it doesn't have any relation to the SwapBuffers path. But I'll
move
> it if you want, it's no big deal
If it is unrelated, that's fine. I just want to avoid adding a new file for the
sake of one enum. Usually, we have an *_enums.h version of the file that
contains the enums used in *_messages.h file, so I wanted to see if there is
such a thing for gfx.
You still need to add this file to the appropriate .gypi file.
On 2015/05/26 21:18:47, nasko wrote:
> On 2015/05/26 21:09:36, achaulk wrote:
> > On 2015/05/26 18:20:16, nasko wrote:
> > > Is there another gfx header file for this to be included in? Since it is
> about
> > > swapping buffers, wouldn't ui/gfx/gpu_memory_buffer.h work?
> >
> > I'm not sure there's an appropriate one really. Gpu memory buffer is a loose
> fit
> > at best, as it doesn't have any relation to the SwapBuffers path. But I'll
> move
> > it if you want, it's no big deal
>
> If it is unrelated, that's fine. I just want to avoid adding a new file for
the
> sake of one enum. Usually, we have an *_enums.h version of the file that
> contains the enums used in *_messages.h file, so I wanted to see if there is
> such a thing for gfx.
>
> You still need to add this file to the appropriate .gypi file.
Issue 1084173004: Adding status to swap complete
(Closed)
Created 5 years, 8 months ago by achaulk
Modified 5 years, 6 months ago
Reviewers: alexst (slow to review), danakj, dnicoara, nasko, piman, spang, Torne, dcheng
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 39