blob: d2f12f8a5d7a95dd2dcfb062b7f7a4e8f716658c [file] [log] [blame]
// Copyright 2012 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.
package org.chromium.ui.base;
public class PageTransitionTypes {
#define PAGE_TRANSITION(label, value) public static final int \
PAGE_TRANSITION_ ## label = value;
#include "ui/base/page_transition_types_list.h"
#undef PAGE_TRANSITION
}