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

Unified Diff: ppapi/thunk/thunk.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/thunk/thunk.h
diff --git a/ppapi/thunk/thunk.h b/ppapi/thunk/thunk.h
index 00773f33541dcf056bb5ddca97720528b80989a6..b5eef4f0e537ec5ab16bea3f55c6195f1d87cfe1 100644
--- a/ppapi/thunk/thunk.h
+++ b/ppapi/thunk/thunk.h
@@ -43,7 +43,7 @@ struct PPB_TCPSocket_Private;
struct PPB_UDPSocket_Private;
struct PPB_URLLoaderTrusted;
-typedef PPB_Instance PPB_Instance_1_0;
+//typedef PPB_Instance PPB_Instance_2_0;
dmichael (off chromium) 2011/12/20 19:01:34 Please remove
namespace ppapi {
namespace thunk {

Powered by Google App Engine
This is Rietveld 408576698