summaryrefslogtreecommitdiffstats
path: root/ui/android/resources/system_ui_resource_type.h
blob: dad9b05f9cb6f2042d00bf6eae092e7a9a7a8557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright 2014 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.

#ifndef UI_ANDROID_RESOURCES_SYSTEM_UI_RESOURCE_TYPE_H_
#define UI_ANDROID_RESOURCES_SYSTEM_UI_RESOURCE_TYPE_H_

namespace ui {

// A Java counterpart will be generated for this enum.
// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.ui.resources
enum SystemUIResourceType {
  OVERSCROLL_EDGE,
  OVERSCROLL_GLOW,
  OVERSCROLL_GLOW_L,
};

}  // namespace ui

#endif  // UI_ANDROID_RESOURCES_SYSTEM_UI_RESOURCE_TYPE_H_