/* Copyright (c) 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.
 */

/**
 * This file contains the <code>PPB_Flash_Print</code> interface.
 */

label Chrome {
  M20 = 1.0
};

/**
 * The <code>PPB_Flash_Print</code> interface contains Flash-specific printing
 * functionality.
 */
interface PPB_Flash_Print {
  /**
   * Invokes printing on the given plugin instance.
   */
  void InvokePrinting([in] PP_Instance instance);
};