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

// Copyright 2016 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/reference_clip_path_operation.h"

namespace blink {

void ReferenceClipPathOperation::AddClient(SVGResourceClient& client) {}

void ReferenceClipPathOperation::RemoveClient(SVGResourceClient& client) {}

bool ReferenceClipPathOperation::operator==(const ClipPathOperation& o) const {}

}  // namespace blink