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

Unified Diff: ppapi/native_client/tests/ppapi_geturl/module.cc

Issue 8951014: Change the DidChangeView update to take a new ViewChanged resource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More nacl fixes Created 9 years 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
Index: ppapi/native_client/tests/ppapi_geturl/module.cc
diff --git a/ppapi/native_client/tests/ppapi_geturl/module.cc b/ppapi/native_client/tests/ppapi_geturl/module.cc
index a610f08121d1763d273d8dc2f9b138bb7c5f9dd5..18ee82c8bc94edb1a9ecf28c5aeadbe0a9a8649d 100644
--- a/ppapi/native_client/tests/ppapi_geturl/module.cc
+++ b/ppapi/native_client/tests/ppapi_geturl/module.cc
@@ -56,9 +56,7 @@ void Instance_DidDestroy(PP_Instance /*instance*/) {
printf("--- Instance_DidDestroy\n");
}
-void Instance_DidChangeView(PP_Instance /*pp_instance*/,
- const PP_Rect* /*position*/,
- const PP_Rect* /*clip*/) {
+void Instance_DidChangeView(PP_Instance /*pp_instance*/, PP_Resource /*view*/) {
}
void Instance_DidChangeFocus(PP_Instance /*pp_instance*/,

Powered by Google App Engine
This is Rietveld 408576698