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

Unified Diff: ppapi/thunk/ppb_instance_api.h

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/tests/test_view.cc ('k') | ppapi/thunk/ppb_mouse_cursor_thunk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_instance_api.h
diff --git a/ppapi/thunk/ppb_instance_api.h b/ppapi/thunk/ppb_instance_api.h
index 58f119f2fd33f5dda7ded13c7bcf458003223bc2..7ce4e78e3b82fcd4eb66bc20987038ddf5ef3881 100644
--- a/ppapi/thunk/ppb_instance_api.h
+++ b/ppapi/thunk/ppb_instance_api.h
@@ -103,8 +103,8 @@ class PPB_Instance_FunctionAPI {
// Mouse cursor.
virtual PP_Bool SetCursor(PP_Instance instance,
PP_MouseCursor_Type type,
- PP_Resource image,
- const PP_Point* hot_spot) = 0;
+ PP_Resource image,
+ const PP_Point* hot_spot) = 0;
// MouseLock.
virtual int32_t LockMouse(PP_Instance instance,
« no previous file with comments | « ppapi/tests/test_view.cc ('k') | ppapi/thunk/ppb_mouse_cursor_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698