Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1532)

Side by Side Diff: ppapi/api/ppb_mouse_cursor.idl

Issue 9981015: Add an interface for Flash to clear its data. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
brettw 2012/04/11 21:22:34 I had to fix the line endings in this file to make
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 /** 6 /**
7 * This file defines the <code>PPB_MouseCursor</code> interface for setting 7 * This file defines the <code>PPB_MouseCursor</code> interface for setting
8 * the mouse cursor. 8 * the mouse cursor.
9 */ 9 */
10 10
11 label Chrome { 11 label Chrome {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 * When specifying a stock cursor, this parameter is ignored. 97 * When specifying a stock cursor, this parameter is ignored.
98 * 98 *
99 * @return PP_TRUE on success, or PP_FALSE if the instance or cursor type 99 * @return PP_TRUE on success, or PP_FALSE if the instance or cursor type
100 * is invalid, or if the image is too large. 100 * is invalid, or if the image is too large.
101 */ 101 */
102 PP_Bool SetCursor([in] PP_Instance instance, 102 PP_Bool SetCursor([in] PP_Instance instance,
103 [in] PP_MouseCursor_Type type, 103 [in] PP_MouseCursor_Type type,
104 [in] PP_Resource image, 104 [in] PP_Resource image,
105 [in] PP_Point hot_spot); 105 [in] PP_Point hot_spot);
106 }; 106 };
OLDNEW
« no previous file with comments | « content/public/browser/plugin_data_remover.h ('k') | ppapi/api/private/ppp_flash_browser_operations.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698