Commit fb7bfc94 authored by wkorman's avatar wkorman Committed by Commit bot

Remove obsolete Mac flipped coordinates comment.

BUG=637460
TBR=drott

Review-Url: https://codereview.chromium.org/2339863003
Cr-Commit-Position: refs/heads/master@{#418969}
parent 2d109e49
......@@ -92,10 +92,6 @@ public:
virtual void handleEvent(Event*) { }
// It is important for cross-platform code to realize that Mac has flipped coordinates. Therefore any code
// that tries to convert the location of a rect using the point-based convertFromRootFrame will end
// up with an inaccurate rect. Always make sure to use the rect-based convertFromRootFrame method
// when converting window rects.
IntRect convertToRootFrame(const IntRect&) const;
IntRect convertFromRootFrame(const IntRect&) const;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment