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

Unified Diff: ppapi/native_client/src/trusted/plugin/plugin.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: new patch 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/src/trusted/plugin/plugin.cc
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.cc b/ppapi/native_client/src/trusted/plugin/plugin.cc
index 385180315962de47ac8e13888a458230e806cb08..f4c22b3dd7f61d5874cbe861ede94ca41798bb9e 100644
--- a/ppapi/native_client/src/trusted/plugin/plugin.cc
+++ b/ppapi/native_client/src/trusted/plugin/plugin.cc
@@ -1087,8 +1087,10 @@ void Plugin::DidChangeView(const pp::Rect& position, const pp::Rect& clip) {
replayDidChangeViewClip = clip;
return;
} else {
+ /*
ppapi_proxy_->ppp_instance_interface()->DidChangeView(
pp_instance(), &(position.pp_rect()), &(clip.pp_rect()));
+ */
}
}

Powered by Google App Engine
This is Rietveld 408576698