chromium/third_party/blink/renderer/core/style/style_initial_data.cc

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/core/style/style_initial_data.h"
#include "third_party/blink/renderer/core/css/resolver/style_builder_converter.h"

#include "third_party/blink/renderer/core/css/property_registry.h"

namespace blink {

StyleInitialData::StyleInitialData(Document& document,
                                   const PropertyRegistry& registry) {}

bool StyleInitialData::operator==(const StyleInitialData& other) const {}

}  // namespace blink