Revision 4de65ed647cfede012c65e5b42268b52a3c32ff3 authored by seabld on 31 January 2013, 03:42:17 UTC, committed by seabld on 31 January 2013, 03:42:17 UTC
1 parent c8d8874
Raw File
SurfaceInfo.java
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

package org.mozilla.gecko;

public class SurfaceInfo {
    public int format;
    public int width;
    public int height;
}
back to top