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

Unified Diff: libraries/SDL-1.2.14/nacl-SDL-1.2.14.patch

Issue 9148047: Patch required to build SDL against the latest ppapi headers (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src/
Patch Set: update Created 8 years, 11 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/SDL-1.2.14/nacl-SDL-1.2.14.patch
===================================================================
--- libraries/SDL-1.2.14/nacl-SDL-1.2.14.patch (revision 513)
+++ libraries/SDL-1.2.14/nacl-SDL-1.2.14.patch (working copy)
@@ -1171,7 +1171,7 @@
diff -urN SDL-1.2.14/src/video/nacl/SDL_nacljob.h SDL-1.2.14-nacl/src/video/nacl/SDL_nacljob.h
--- SDL-1.2.14/src/video/nacl/SDL_nacljob.h 1970-01-01 03:00:00.000000000 +0300
+++ SDL-1.2.14-nacl/src/video/nacl/SDL_nacljob.h 2012-01-16 12:16:39.470269368 +0400
-@@ -0,0 +1,55 @@
+@@ -0,0 +1,60 @@
+/*
+ * Copyright (c) 2011 The Native Client Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
@@ -1189,6 +1189,11 @@
+#include <ppapi/cpp/url_loader.h>
+#include <ppapi/cpp/url_request_info.h>
+#include <ppapi/cpp/url_response_info.h>
++/* TODO: include completion_callback_factory.h unconditionally one all sdk are updated */
++#include <ppapi/c/ppb_var.h>
++#ifdef PPB_VAR_INTERFACE_1_1
++#include <ppapi/utility/completion_callback_factory.h>
++#endif
+#include <string>
+#include <vector>
+#include <set>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698