blob: 4b835efdbe2ada754b1127369f895f159846a43b [file] [log] [blame]
// Copyright 2016 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 "flutter/lib/ui/window/platform_message_response.h"
namespace blink {
PlatformMessageResponse::PlatformMessageResponse() = default;
PlatformMessageResponse::~PlatformMessageResponse() = default;
} // namespace blink