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

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

Issue 10052028: Fix line endings in ppapi. No code change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | ppapi/cpp/mouse_cursor.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
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
(...skipping 86 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 | « no previous file | ppapi/cpp/mouse_cursor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698