Bug 1328832 - Part 2: Rename mozFlushType to mozilla::FlushType and make it an enum class. r=bzbarsky
MozReview-Commit-ID: D3fIngSHSsl
This commit is contained in:
@@ -227,7 +227,7 @@ HTMLImageElement::GetComplete(bool* aComplete)
|
||||
CSSIntPoint
|
||||
HTMLImageElement::GetXY()
|
||||
{
|
||||
nsIFrame* frame = GetPrimaryFrame(Flush_Layout);
|
||||
nsIFrame* frame = GetPrimaryFrame(FlushType::Layout);
|
||||
if (!frame) {
|
||||
return CSSIntPoint(0, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user