/* 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 PPB_Flash_Print interface. */ label Chrome { M20 = 1.0 }; /** * The PPB_Flash_Print interface contains Flash-specific printing * functionality. */ interface PPB_Flash_Print { /** * Invokes printing on the given plugin instance. */ void InvokePrinting([in] PP_Instance instance); };