blob: dad9b05f9cb6f2042d00bf6eae092e7a9a7a8557 [file] [log] [blame]
// 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_