shelf_ui_info.cc 551 B

12345678910111213141516171819
  1. // Copyright (c) 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "ash/public/cpp/shelf_ui_info.h"
  5. namespace ash {
  6. ScrollableShelfInfo::ScrollableShelfInfo() = default;
  7. ScrollableShelfInfo::ScrollableShelfInfo(const ScrollableShelfInfo& rhs) =
  8. default;
  9. ScrollableShelfInfo& ScrollableShelfInfo::operator=(
  10. const ScrollableShelfInfo& rhs) = default;
  11. ScrollableShelfInfo::~ScrollableShelfInfo() = default;
  12. } // namespace ash