author | Kartikaya Gupta <kgupta@mozilla.com> |
Tue, 16 Jun 2015 15:16:30 -0400 | |
changeset 249226 | f1467e2f65c24ceb4276c744f1c1edfb4faf1cb7 |
parent 249225 | e8b8cdc974ab970f93ed444bb529af0dffdaf414 |
child 249227 | 02eb7fe4cdd174f979fe8b9bc55deeb80f2f8cc9 |
push id | 28923 |
push user | ryanvm@gmail.com |
push date | Wed, 17 Jun 2015 18:57:11 +0000 |
treeherder | mozilla-central@099d6cd6725e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | mstange |
bugs | 1175217 |
milestone | 41.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/layout/base/nsDisplayListInvalidation.cpp +++ b/layout/base/nsDisplayListInvalidation.cpp @@ -1,16 +1,17 @@ /*-*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "nsDisplayListInvalidation.h" #include "nsDisplayList.h" #include "nsIFrame.h" +#include "nsTableFrame.h" nsDisplayItemGeometry::nsDisplayItemGeometry(nsDisplayItem* aItem, nsDisplayListBuilder* aBuilder) { MOZ_COUNT_CTOR(nsDisplayItemGeometry); bool snap; mBounds = aItem->GetBounds(aBuilder, &snap); }