blob: 28a705b3c8f30aeedd5bd575372ec844578795bd [file] [log] [blame]
// Copyright 2013 The Flutter 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/shell/platform/windows/testing/mock_window_binding_handler.h"
namespace flutter {
namespace testing {
MockWindowBindingHandler::MockWindowBindingHandler() : WindowBindingHandler(){};
MockWindowBindingHandler::~MockWindowBindingHandler() {
Destruct();
}
} // namespace testing
} // namespace flutter