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

Unified Diff: ppapi/shared_impl/resource.h

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/shared_impl/resource.h
diff --git a/ppapi/shared_impl/resource.h b/ppapi/shared_impl/resource.h
index df4415c0f8d85bbe9a6d3da175b9339443c60b44..85e6d6d6c8f1a44c546428507b658fc2c17e716c 100644
--- a/ppapi/shared_impl/resource.h
+++ b/ppapi/shared_impl/resource.h
@@ -49,6 +49,8 @@
F(PPB_VideoCapture_API) \
F(PPB_VideoDecoder_API) \
F(PPB_VideoLayer_API) \
+ F(PPB_View_API) \
+ F(PPB_ViewChanged_API) \
dmichael (off chromium) 2011/12/20 19:01:34 leftover from previous API?
F(PPB_WebSocket_API) \
F(PPB_Widget_API)

Powered by Google App Engine
This is Rietveld 408576698