[Webkit-unassigned] [Bug 27349] [WINCE] Add GraphicsContextWince implementation for WinCE.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 20 11:47:51 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27349





--- Comment #18 from Adam Roben (aroben) <aroben at apple.com>  2009-07-20 11:47:50 PDT ---
(In reply to comment #17)
> (In reply to comment #16)
> > (From update of attachment 33091 [details] [details])
> >
> > 
> > > +    IntPoint origin()
> > 
> > This can be a const member function.
> > 
> 
> Sorry, I forgot to check complete list in last update. I'm cleaning it up
> carefully now.

Thanks!

> BTW, in GraphicsContext.h
> 
> class GraphicsContext {
> ...
> IntPoint origin();
> ...
> 
> Should origin() be "const" here?

Probably. It certainly seems like it should be "const". It could be that
there's something preventing it from being const, or it could just be an
oversight.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list