blob: 9c88ad90994c7dbcbcc6feca759b35f61e20d3b4 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "config.h"
#include "core/paint/PaintPhase.h"
#include "platform/graphics/paint/DisplayItem.h"
#include "wtf/Assertions.h"
namespace blink {
// DisplayItem types must be kept in sync with PaintPhase.
static_assert((unsigned)DisplayItem::PaintPhaseMax == (unsigned)PaintPhaseMax, "DisplayItem Type should stay in sync");
} // namespace blink