author | Kartikaya Gupta <kgupta@mozilla.com> |
Thu, 13 Mar 2014 18:09:27 -0400 | |
changeset 173501 | aefd98bc5a2d24d3d514fc3d646b462b91a5998c |
parent 173500 | 3be10b17592c2d63ae76ddcf0a13b71c46f9caf8 |
child 173502 | 77fdb4380b1a6b8fc2781ba5bc8c80a867a7212d |
push id | 26407 |
push user | cbook@mozilla.com |
push date | Fri, 14 Mar 2014 11:34:21 +0000 |
treeherder | mozilla-central@0a5ec8ab99a2 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me |
bugs | 930903 |
milestone | 30.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/gfx/layers/FrameMetrics.h +++ b/gfx/layers/FrameMetrics.h @@ -245,19 +245,16 @@ public: // Note that this is structured in such a way that it doesn't depend on the // method layout uses to scroll content. // // May be larger or smaller than |mScrollableRect|. // // To pre-render a margin of 100 CSS pixels around the window, // { x = -100, y = - 100, // width = window.innerWidth + 200, height = window.innerHeight + 200 } - // - // This is only valid on the root layer. Nested iframes do not have a - // displayport set on them. See bug 775452. CSSRect mDisplayPort; // If non-empty, the area of a frame's contents that is considered critical // to paint. Area outside of this area (i.e. area inside mDisplayPort, but // outside of mCriticalDisplayPort) is considered low-priority, and may be // painted with lower precision, or not painted at all. // // The same restrictions for mDisplayPort apply here.