Comment #7 on issue 2186 by s...@chromium.org: Replace CRect/CPoint/CSize
usage with gfx::Rect/Point/Size in ChromeViews
http://code.google.com/p/chromium/issues/detail?id=2186
Changed gridlayout in 7076 to use gfx::Size instead of CSize (from m0).
--
You received this message because you are
Comment #6 on issue 2186 by m0.interactive: Replace CRect/CPoint/CSize
usage with gfx::Rect/Point/Size in ChromeViews
http://code.google.com/p/chromium/issues/detail?id=2186
Alright last one for today, the view menu delegate cleanup.
http://codereview.chromium.org/14601
--
You received this m
Comment #5 on issue 2186 by m0.interactive: Replace CRect/CPoint/CSize
usage with gfx::Rect/Point/Size in ChromeViews
http://code.google.com/p/chromium/issues/detail?id=2186
Here is another cleanup for the GridLayout class
http://codereview.chromium.org/14450
--
You received this message bec
Comment #4 on issue 2186 by m0.interactive: Replace CRect/CPoint/CSize
usage with gfx::Rect/Point/Size in ChromeViews
http://code.google.com/p/chromium/issues/detail?id=2186
Another file been converted as well,
http://codereview.chromium.org/13236
This one needed to convert coordinate pane to
Comment #3 on issue 2186 by m0.interactive: Replace CRect/CPoint/CSize
usage with gfx::Rect/Point/Size in ChromeViews
http://code.google.com/p/chromium/issues/detail?id=2186
I was browsing the code and found one place that I converted.
http://codereview.chromium.org/13606
--
You received th
Comment #2 on issue 2186 by m0.interactive: Replace CRect/CPoint/CSize
usage with gfx::Rect/Point/Size in ChromeViews
http://code.google.com/p/chromium/issues/detail?id=2186
Hi Ben, so if I understand correctly, you want to replace CRect with
gfx:Rect etc,
everywhere in the src\chrome\views?
Issue 2186: Replace CRect/CPoint/CSize usage with gfx::Rect/Point/Size in
ChromeViews
http://code.google.com/p/chromium/issues/detail?id=2186
Comment #1 by [EMAIL PROTECTED]:
(No comment was entered for this change.)
Issue attribute updates:
Status: Available
--
You received this me
Issue 2186: Replace CRect/CPoint/CSize usage with gfx::Rect/Point/Size in
ChromeViews
http://code.google.com/p/chromium/issues/detail?id=2186
New issue report by [EMAIL PROTECTED]:
We should stop using the Windows/WTL types CRect/CPoint/CSize within
ChromeViews. They are only used because of hi