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

Unified Diff: ppapi/cpp/instance.h

Issue 6047008: Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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/cpp/instance.h
===================================================================
--- ppapi/cpp/instance.h (revision 70037)
+++ ppapi/cpp/instance.h (working copy)
@@ -26,12 +26,12 @@
namespace pp {
class Graphics2D;
-class Context3D_Dev;
class ImageData;
class Point;
class Rect;
class Rect;
class Resource;
+class Surface3D_Dev;
class URLLoader;
class Var;
class Widget_Dev;
@@ -89,8 +89,7 @@
bool BindGraphics(const Graphics2D& graphics);
/** See PPB_Instance.BindGraphics. */
- // TODO(alokp): Change it to Surface3D.
- bool BindGraphics(const Context3D_Dev& graphics);
+ bool BindGraphics(const Surface3D_Dev& graphics);
/** See PPB_Instance.IsFullFrame. */
bool IsFullFrame();

Powered by Google App Engine
This is Rietveld 408576698