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

Unified Diff: ppapi/native_client/tests/ppapi_test_lib/module_instance.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_test_lib/module_instance.cc
diff --git a/ppapi/native_client/tests/ppapi_test_lib/module_instance.cc b/ppapi/native_client/tests/ppapi_test_lib/module_instance.cc
index ded3b618408e81751982a5ee87f2eace57c6dab9..b7a530dc9ad93f925ac65efc067f0a04f669fc11 100644
--- a/ppapi/native_client/tests/ppapi_test_lib/module_instance.cc
+++ b/ppapi/native_client/tests/ppapi_test_lib/module_instance.cc
@@ -96,9 +96,7 @@ PP_Bool DidCreateDefault(PP_Instance instance,
void DidDestroyDefault(PP_Instance /*instance*/) {
}
-void DidChangeViewDefault(PP_Instance /*instance*/,
- const struct PP_Rect* /*position*/,
- const struct PP_Rect* /*clip*/) {
+void DidChangeViewDefault(PP_Instance /*instance*/, PP_Resource /*view*/) {
}
void DidChangeFocusDefault(PP_Instance /*instance*/,

Powered by Google App Engine
This is Rietveld 408576698